summaryrefslogtreecommitdiffstats
path: root/graphics/gts/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-23 15:56:09 +0000
committerijliao <ijliao@FreeBSD.org>2002-06-23 15:56:09 +0000
commit1b9d4a45399ca4a3051ab0337b7cc9953d8d21a0 (patch)
treeaf87062b80f4363f4bf15914018d317f65afcb3c /graphics/gts/Makefile
parente0f96d6bf6356a80a24f10cf36dc21e75060993b (diff)
downloadFreeBSD-ports-1b9d4a45399ca4a3051ab0337b7cc9953d8d21a0.zip
FreeBSD-ports-1b9d4a45399ca4a3051ab0337b7cc9953d8d21a0.tar.gz
add gts 0.6.0
GNU Triangulated Surface Library
Diffstat (limited to 'graphics/gts/Makefile')
-rw-r--r--graphics/gts/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/graphics/gts/Makefile b/graphics/gts/Makefile
new file mode 100644
index 0000000..187fbd2
--- /dev/null
+++ b/graphics/gts/Makefile
@@ -0,0 +1,31 @@
+# ex:ts=8
+# Ports collection makefile for: gts
+# Date created: Jun 23, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= gts
+PORTVERSION= 0.6.0
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
+
+USE_LIBTOOL= yes
+USE_GLIB= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+
+.if !defined(NOPORTDOCS)
+post-install:
+ @${MKDIR} ${DOCSDIR}
+ ${CP} -R ${WRKSRC}/doc/html/* ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud