diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 08:43:26 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 08:43:26 +0000 |
commit | 723f037973b5ad732632435fb721a3dded1d402a (patch) | |
tree | 6b03f7619eae303e45f2480aec2321bffca90162 /graphics/Coin/Makefile | |
parent | 83f0ecb7d74236f2cd689c4ed865f81c6d07c07b (diff) | |
download | ports-723f037973b5ad732632435fb721a3dded1d402a.tar.gz ports-723f037973b5ad732632435fb721a3dded1d402a.zip |
Notes
Diffstat (limited to 'graphics/Coin/Makefile')
-rw-r--r-- | graphics/Coin/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile new file mode 100644 index 000000000000..d7016a4c20e6 --- /dev/null +++ b/graphics/Coin/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: Coin +# Date created: 10 May 2002 +# Whom: jesse@cs.uni-magdeburg.de +# +# $FreeBSD$ +# + +PORTNAME= Coin +PORTVERSION= 1.0.2 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/ + +MAINTAINER= jesse@cs.uni-magdeburg.de + +LIB_DEPENDS= simage.22:${PORTSDIR}/graphics/simage + +USE_REINPLACE= yes +USE_MESA= yes +USE_XLIB= yes +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ + LDFLAGS="${PTHREAD_LIBS}" +CONFIGURE_ARGS= --program-transform-name="s/x/x/" +INSTALLS_SHLIB= yes + +MAN1= coin-config.1 + +post-patch: + @${REINPLACE_CMD} -e 's|DATA install-data-local|DATA|g' ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> |