summaryrefslogtreecommitdiff
path: root/www/openvrml/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-12 01:13:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-12 01:13:32 +0000
commit3de3b0e572d82b058f7dc13ebbe53d64c07250ca (patch)
tree46639b6267b393306309f466cf29aabbe930b4b4 /www/openvrml/Makefile
parentUpdate to 1.2.0. This is a big release, and I don't want to polute the (diff)
upgrade to 0.12.4
Approved by: maintainer timeout (almost 1 month)
Notes
Notes: svn path=/head/; revision=69933
Diffstat (limited to 'www/openvrml/Makefile')
-rw-r--r--www/openvrml/Makefile23
1 files changed, 13 insertions, 10 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile
index 327dba6397ba..44bf69f11217 100644
--- a/www/openvrml/Makefile
+++ b/www/openvrml/Makefile
@@ -6,24 +6,27 @@
#
PORTNAME= openvrml
-PORTVERSION= 0.10.1
+PORTVERSION= 0.12.4
CATEGORIES= www graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= openvrml
+MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= 3d@freebsd.org
+MAINTAINER= 3d@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png
-CONFIGURE_ARGS= --with-jpeg-prefix=${LOCALBASE} \
- --with-png-prefix=${LOCALBASE} \
- --with-MesaGL
-CONFIGURE_ENV= LIBS="-L${X11BASE}/lib -lX11 -lXext -lm -lGL -lGLU -pthread"
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-USE_X_PREFIX= yes
+USE_REINPLACE= yes
USE_MESA= yes
+USE_X_PREFIX= yes
+USE_LIBTOOL= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXext"
+CONFIGURE_ARGS= --without-spidermonkey --without-jdk --without-doxygen
+USE_GMAKE= yes
INSTALLS_SHLIB= yes
+post-patch:
+ @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
+
.include <bsd.port.mk>