blob: 0d6e40a560285dc7f85d849fc909ccd3221efb4d (
plain) (
tree)
|
|
# 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>
|