aboutsummaryrefslogtreecommitdiffstats
path: root/freebsd.in/freebsd.makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd.in/freebsd.makefile.in')
-rw-r--r--freebsd.in/freebsd.makefile.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/freebsd.in/freebsd.makefile.in b/freebsd.in/freebsd.makefile.in
deleted file mode 100644
index eb11c14..0000000
--- a/freebsd.in/freebsd.makefile.in
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Rong-En Fan <rafan@csie.ntu.edu.tw>
-# $FreeBSD: This is not an official FreeBSD pors $
-# Modified by: Ting-Wei Lan <lantw44@csie.ntu.edu.tw>
-# vim: set ts=8 sts=8 sw=8 ft=make:
-
-PORTNAME= 217
-PORTVERSION= @TODAY@
-CATEGORIES= local
-MASTER_SITES= #
-DISTFILES= #
-
-MAINTAINER= ta217@csie.ntu.edu.tw
-COMMENT= Meta-port for all packages in 217
-
-LICENSE= BSD2CLAUSE
-
-NO_BUILD= yes
-
-RUN_DEPENDS+= @FREEBSD_DOT_PORTS@
-
-do-install:
- @${DO_NADA}
-
-.include <bsd.port.mk>