Lines 11-18
DISTNAME= ct17a15
Link Here
|
11 |
MAINTAINER= ports@FreeBSD.org |
11 |
MAINTAINER= ports@FreeBSD.org |
12 |
COMMENT= Drawing organic molecules easily and store them (developer version) |
12 |
COMMENT= Drawing organic molecules easily and store them (developer version) |
13 |
|
13 |
|
14 |
BROKEN_FreeBSD_13= ld: error: duplicate symbol: babelin |
14 |
LICENSE= GPLv2 |
15 |
BROKEN_FreeBSD_14= ld: error: duplicate symbol: babelin |
|
|
16 |
|
15 |
|
17 |
LIB_DEPENDS= libEMF.so:graphics/libemf |
16 |
LIB_DEPENDS= libEMF.so:graphics/libemf |
18 |
RUN_DEPENDS= fig2dev:print/fig2dev |
17 |
RUN_DEPENDS= fig2dev:print/fig2dev |
Lines 25-30
GNU_CONFIGURE= yes
Link Here
|
25 |
CONFIGURE_ARGS= --enable-emf=yes |
24 |
CONFIGURE_ARGS= --enable-emf=yes |
26 |
MAKE_ARGS+= MAKE=${MAKE_CMD} |
25 |
MAKE_ARGS+= MAKE=${MAKE_CMD} |
27 |
MAKE_JOBS_UNSAFE= yes |
26 |
MAKE_JOBS_UNSAFE= yes |
|
|
27 |
CFLAGS+= -fcommon |
28 |
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libEMF |
28 |
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libEMF |
29 |
LIBS+= -L${LOCALBASE}/lib |
29 |
LIBS+= -L${LOCALBASE}/lib |
30 |
|
30 |
|
31 |
- |
|
|