Lines 7-12
Link Here
|
7 |
MASTER_SITES= GNU |
7 |
MASTER_SITES= GNU |
8 |
PKGNAMEPREFIX= gnu- |
8 |
PKGNAMEPREFIX= gnu- |
9 |
|
9 |
|
|
|
10 |
PATCH_SITES= https://svn.savannah.gnu.org/viewvc/apl/trunk/src/ |
11 |
PATCHFILES= Tokenizer.cc?r1=1164&r2=1177&view=patch:-p1 |
12 |
|
10 |
MAINTAINER= danfe@FreeBSD.org |
13 |
MAINTAINER= danfe@FreeBSD.org |
11 |
COMMENT= Free interpreter for APL programming language |
14 |
COMMENT= Free interpreter for APL programming language |
12 |
|
15 |
|
Lines 14-20
Link Here
|
14 |
|
17 |
|
15 |
LIB_DEPENDS= libfftw3.so:math/fftw3 |
18 |
LIB_DEPENDS= libfftw3.so:math/fftw3 |
16 |
|
19 |
|
17 |
USES= gmake libtool localbase |
20 |
USES= compiler:c++11-lang gmake libtool localbase |
18 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
19 |
USE_LDCONFIG= yes |
22 |
USE_LDCONFIG= yes |
20 |
INSTALL_TARGET= install-strip |
23 |
INSTALL_TARGET= install-strip |