aboutsummaryrefslogtreecommitdiff
path: root/graphics/Coin/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-01 15:49:02 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-01 15:49:02 +0000
commitedcc4789b27bfe123b470914fc4ff5a0237e557e (patch)
tree3e3885573fdc4efa3aa9b80c7f706cee944927dd /graphics/Coin/Makefile
parent71c8a0aee7aada9576bbc33ad0eac6401ef67327 (diff)
downloadports-edcc4789b27bfe123b470914fc4ff5a0237e557e.tar.gz
ports-edcc4789b27bfe123b470914fc4ff5a0237e557e.zip
Notes
Diffstat (limited to 'graphics/Coin/Makefile')
-rw-r--r--graphics/Coin/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile
index ac3beb2ab66d..fade18fd9501 100644
--- a/graphics/Coin/Makefile
+++ b/graphics/Coin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Coin
PORTVERSION= 3.1.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ \
ftp://ftp.coin3d.org/pub/coin/src/all/
@@ -11,7 +11,9 @@ MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ \
MAINTAINER= cristianorolim@hotmail.com
COMMENT= C++ 3D graphics library based on the Open Inventor 2.1 API
-LIB_DEPENDS= simage.27:${PORTSDIR}/graphics/simage
+LICENSE= BSD
+
+LIB_DEPENDS= libsimage.so:${PORTSDIR}/graphics/simage
USE_GCC= any
USE_OPENAL= al
@@ -24,9 +26,6 @@ CONFIGURE_ARGS= --with-pthread=yes --enable-threadsafe \
USE_LDCONFIG= yes
MAKE_ENV= LANG=C
-MAN1= coin-config.1
-
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|DATA install-data-local|DATA|g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure