aboutsummaryrefslogtreecommitdiffstats
path: root/freebsd.makefile.in
blob: 788db0446343a3f55d045df4948aac531a7823e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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:

PORTNAME=   217
PORTVERSION=    @TODAY@
CATEGORIES= local
MASTER_SITES=   #

MAINTAINER= ta217@csie.ntu.edu.tw
COMMENT=    Meta-port for all Packages in 217

LICENSE=    BSD

NO_BUILD=   yes

RUN_DEPENDS+=   @FREEBSD_DOT_PORTS@

do-install:
    @${DO_NADA}

.include <bsd.port.mk>