Lines 7-13
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= e4graph |
9 |
PORTNAME= e4graph |
10 |
PORTVERSION= 1.0a7 |
10 |
PORTVERSION= 1.0a8 |
11 |
CATEGORIES= devel |
11 |
CATEGORIES= devel |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
13 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
13 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
Lines 23-28
Link Here
|
23 |
|
23 |
|
24 |
WRKSRC= ${WRKDIR}/${DISTNAME}/all |
24 |
WRKSRC= ${WRKDIR}/${DISTNAME}/all |
25 |
|
25 |
|
|
|
26 |
USE_REINPLACE= yes |
27 |
USE_GMAKE= yes |
26 |
USE_LIBTOOL= yes |
28 |
USE_LIBTOOL= yes |
27 |
CONFIGURE_ARGS= --with-metakit=${LOCALBASE} \ |
29 |
CONFIGURE_ARGS= --with-metakit=${LOCALBASE} \ |
28 |
--with-tcl=${LOCALBASE}/lib/tcl8.3 --enable-tcl \ |
30 |
--with-tcl=${LOCALBASE}/lib/tcl8.3 --enable-tcl \ |
Lines 30-34
Link Here
|
30 |
CFLAGS+= -fpermissive -I${LOCALBASE}/include/tcl8.3 |
32 |
CFLAGS+= -fpermissive -I${LOCALBASE}/include/tcl8.3 |
31 |
MAKEFILE= makefile |
33 |
MAKEFILE= makefile |
32 |
INSTALLS_SHLIB= yes |
34 |
INSTALLS_SHLIB= yes |
|
|
35 |
|
36 |
post-patch: |
37 |
@${REINPLACE_CMD} -e 's|=-O$$|="$${CFLAGS}"|g' ${WRKSRC}/configure |
33 |
|
38 |
|
34 |
.include <bsd.port.mk> |
39 |
.include <bsd.port.mk> |