Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= frobtads |
4 |
PORTNAME= frobtads |
5 |
PORTVERSION= 1.2.2 |
5 |
PORTVERSION= 1.2.3 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 1 |
7 |
CATEGORIES= games lang |
7 |
CATEGORIES= games lang |
8 |
MASTER_SITES= http://www.tads.org/${PORTNAME}/ \ |
8 |
MASTER_SITES= http://www.tads.org/${PORTNAME}/ \ |
Lines 11-25
MASTER_SITES= http://www.tads.org/${PORTNAME}/ \
Link Here
|
11 |
MAINTAINER= kaiwang27@gmail.com |
11 |
MAINTAINER= kaiwang27@gmail.com |
12 |
COMMENT= TADS interpreter and the compilers for both TADS 2 and 3 |
12 |
COMMENT= TADS interpreter and the compilers for both TADS 2 and 3 |
13 |
|
13 |
|
14 |
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ |
14 |
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl |
15 |
libexecinfo.so:${PORTSDIR}/devel/libexecinfo |
|
|
16 |
|
15 |
|
17 |
CONFLICTS= tads-2.* |
16 |
CONFLICTS= tads-2.* |
18 |
|
17 |
|
19 |
USES= autoreconf gmake |
18 |
USES= autoreconf execinfo gmake localbase |
20 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
21 |
|
20 |
|
22 |
CPPFLAGS+= -I${LOCALBASE}/include |
21 |
LIBS+= -lcompat |
23 |
LIBS+= -L${LOCALBASE}/lib -lcompat |
|
|
24 |
|
22 |
|
25 |
.include <bsd.port.mk> |
23 |
.include <bsd.port.mk> |