Lines 7-13
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= GiNaC |
9 |
PORTNAME= GiNaC |
10 |
PORTVERSION= 1.3.8 |
10 |
PORTVERSION= 1.4.3 |
11 |
CATEGORIES= math |
11 |
CATEGORIES= math |
12 |
MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ |
12 |
MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ |
13 |
http://www.ginac.de/ |
13 |
http://www.ginac.de/ |
Lines 19-34
Link Here
|
19 |
LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln |
19 |
LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln |
20 |
|
20 |
|
21 |
USE_BZIP2= yes |
21 |
USE_BZIP2= yes |
22 |
USE_GCC= 3.4+ |
|
|
23 |
USE_GNOME= gnomehack gnometarget pkgconfig |
22 |
USE_GNOME= gnomehack gnometarget pkgconfig |
24 |
USE_GMAKE= yes |
23 |
USE_GMAKE= yes |
25 |
USE_AUTOTOOLS= libtool:15 |
24 |
USE_AUTOTOOLS= libtool:15 |
26 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ |
25 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
27 |
MAKEINFO="makeinfo --no-split" |
|
|
28 |
USE_LDCONFIG= yes |
26 |
USE_LDCONFIG= yes |
29 |
|
27 |
|
30 |
MAN1= ginsh.1 viewgar.1 |
28 |
MAN1= ginsh.1 viewgar.1 |
31 |
INFO= ginac |
29 |
INFO= ginac ginac-examples |
32 |
|
30 |
|
33 |
CPPFLAGS= -I${LOCALBASE}/include |
31 |
CPPFLAGS= -I${LOCALBASE}/include |
34 |
LDFLAGS= -L${LOCALBASE}/lib |
32 |
LDFLAGS= -L${LOCALBASE}/lib |
Lines 39-45
Link Here
|
39 |
BROKEN= Does not build on alpha |
37 |
BROKEN= Does not build on alpha |
40 |
.endif |
38 |
.endif |
41 |
|
39 |
|
42 |
post-extract: |
40 |
post-patch: |
43 |
@${RM} -f ${WRKSRC}/doc/tutorial/ginac.info* |
41 |
@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure |
44 |
|
42 |
|
45 |
.include <bsd.port.post.mk> |
43 |
.include <bsd.port.post.mk> |