Lines 7-20
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= cln |
9 |
PORTNAME= cln |
10 |
PORTVERSION= 1.1.11 |
10 |
PORTVERSION= 1.1.13 |
11 |
PORTREVISION= 1 |
|
|
12 |
CATEGORIES= math devel |
11 |
CATEGORIES= math devel |
13 |
MASTER_SITES= http://www.ginac.de/CLN/ \ |
12 |
MASTER_SITES= http://www.ginac.de/CLN/ \ |
14 |
http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \ |
13 |
http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \ |
15 |
ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ |
14 |
ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ |
16 |
|
15 |
|
17 |
MAINTAINER= ports@FreeBSD.org |
16 |
MAINTAINER= araujo@bsdmail.org |
18 |
COMMENT= Class Library for Numbers |
17 |
COMMENT= Class Library for Numbers |
19 |
|
18 |
|
20 |
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 |
19 |
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 |
Lines 42-48
Link Here
|
42 |
.include <bsd.port.pre.mk> |
41 |
.include <bsd.port.pre.mk> |
43 |
|
42 |
|
44 |
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" |
43 |
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" |
45 |
BROKEN= "Does not compile on sparc64 or ia64" |
44 |
BROKEN= Does not compile on sparc64 or ia64 |
46 |
.endif |
45 |
.endif |
47 |
|
46 |
|
48 |
pre-build: |
47 |
pre-build: |