summaryrefslogtreecommitdiff
path: root/devel/gtl/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-05-10 04:31:17 +0000
committerjlam <jlam>2000-05-10 04:31:17 +0000
commitd8e94f1f4a718f6cec551a5c111bcff0f7258f74 (patch)
tree3747f158bdf56587589e641f2891a82c40520fd0 /devel/gtl/Makefile
parentc715a793ecee179f7055d0eb1c5a4938cd079f1b (diff)
downloadpkgsrc-d8e94f1f4a718f6cec551a5c111bcff0f7258f74.tar.gz
GTL - C++ graph data structure library based on the STL
Diffstat (limited to 'devel/gtl/Makefile')
-rw-r--r--devel/gtl/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/gtl/Makefile b/devel/gtl/Makefile
new file mode 100644
index 00000000000..893fbfc6de9
--- /dev/null
+++ b/devel/gtl/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/05/10 04:31:17 jlam Exp $
+
+DISTNAME= GTL-0.3.3
+PKGNAME= gtl-0.3.3
+CATEGORIES= devel
+MASTER_SITES= http://infosun.fmi.uni-passau.de/GTL/archive/
+
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://www.fmi.uni-passau.de/Graphlet/GTL/
+
+GNU_CONFIGURE= # defined
+USE_LIBTOOL= # defined
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+GTL_VERS= 0:3
+MAKE_ENV+= GTL_VERS="${GTL_VERS}"
+
+HTMLDOCDIR= ${PREFIX}/share/doc/html/GTL
+
+post-install:
+ ${INSTALL_DATA_DIR} ${HTMLDOCDIR}
+ ${INSTALL_DATA_DIR} ${HTMLDOCDIR}/icons
+ cd ${WRKSRC}/doc/html; \
+ ${INSTALL_DATA} *.html ${HTMLDOCDIR}
+ cd ${WRKSRC}/doc/html/icons; \
+ ${INSTALL_DATA} *.gif *.jpeg ${HTMLDOCDIR}/icons
+
+.include "../../mk/bsd.pkg.mk"