summaryrefslogtreecommitdiff
path: root/devel/libctl/Makefile
diff options
context:
space:
mode:
authorjtb <jtb>2000-11-25 21:34:05 +0000
committerjtb <jtb>2000-11-25 21:34:05 +0000
commit87a5e6fc2951d713bbeecd0c03a435a3e1e94d32 (patch)
tree6271857d909a241e1b507731bb611e10f9921062 /devel/libctl/Makefile
parent2bccb5ea2d9fb122d92caa93690165ca019726e3 (diff)
downloadpkgsrc-87a5e6fc2951d713bbeecd0c03a435a3e1e94d32.tar.gz
Initial import of new "libctl" package:
Guile-based flexible control file library for scientific simulations
Diffstat (limited to 'devel/libctl/Makefile')
-rw-r--r--devel/libctl/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/libctl/Makefile b/devel/libctl/Makefile
new file mode 100644
index 00000000000..e211c8a72ae
--- /dev/null
+++ b/devel/libctl/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/11/25 21:34:05 jtb Exp $
+
+DISTNAME= libctl-1.2
+CATEGORIES= devel
+MASTER_SITES= http://superjdj.mit.edu/libctl/
+
+MAINTAINER= jtb@netbsd.org
+HOMEPAGE= http://ab-initio.mit.edu/libctl/
+
+DEPENDS+= guile>=1.0.0:../../lang/guile
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+MAKE_ENV+="VERSION=1:2:0"
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libctl
+ @(for f in ${WRKSRC}/doc/* ; do \
+ ${INSTALL_DATA} $$f ${PREFIX}/share/doc/libctl ; \
+ done)
+ @for f in COPYING COPYRIGHT ChangeLog NEWS README ; do \
+ ${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/doc/libctl ; done
+
+.include "../../mk/bsd.pkg.mk"