Lines 7-18
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= cln |
9 |
PORTNAME= cln |
10 |
PORTVERSION= 1.1.6 |
10 |
PORTVERSION= 1.1.8 |
11 |
PORTREVISION= 1 |
|
|
12 |
CATEGORIES= math devel |
11 |
CATEGORIES= math devel |
13 |
MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ \ |
12 |
MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ |
14 |
ftp://ftp.santafe.edu/pub/gnu/ \ |
|
|
15 |
ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ |
16 |
|
13 |
|
17 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= ports@FreeBSD.org |
18 |
COMMENT= Class Library for Numbers |
15 |
COMMENT= Class Library for Numbers |
Lines 20-31
Link Here
|
20 |
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 |
17 |
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 |
21 |
|
18 |
|
22 |
USE_BZIP2= yes |
19 |
USE_BZIP2= yes |
|
|
20 |
USE_GCC= 3.3 |
21 |
USE_GNOME= gnomehack gnometarget lthack pkgconfig |
23 |
USE_GMAKE= yes |
22 |
USE_GMAKE= yes |
24 |
USE_GNOME= gnomehack |
23 |
USE_INC_LIBTOOL_VER= 13 |
25 |
USE_INC_LIBTOOL_VER=13 |
|
|
26 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
27 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
24 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
28 |
CONFIGURE_ARGS= --infodir=${PREFIX}/info --mandir=${PREFIX}/man \ |
25 |
CONFIGURE_ARGS= --infodir=${PREFIX}/info --mandir=${MANPREFIX}/man \ |
29 |
--with-gmp |
26 |
--with-gmp |
30 |
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
27 |
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
31 |
INSTALLS_SHLIB= yes |
28 |
INSTALLS_SHLIB= yes |
Lines 42-54
Link Here
|
42 |
|
39 |
|
43 |
.if ${ARCH} == "sparc64" |
40 |
.if ${ARCH} == "sparc64" |
44 |
BROKEN= "Does not compile on sparc64" |
41 |
BROKEN= "Does not compile on sparc64" |
45 |
.endif |
|
|
46 |
|
47 |
.if ${OSVERSION} < 500035 |
48 |
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport |
49 |
RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport |
50 |
CPPFLAGS+= -I${LOCALBASE}/include/stlport ${PTHREAD_CFLAGS} |
51 |
LDFLAGS+= -lstlport_gcc ${PTHREAD_LIBS} |
52 |
.endif |
42 |
.endif |
53 |
|
43 |
|
54 |
post-install: |
44 |
post-install: |