Lines 11-25
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> |