summaryrefslogtreecommitdiff
path: root/lang/vslisp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/vslisp/Makefile')
-rw-r--r--lang/vslisp/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/lang/vslisp/Makefile b/lang/vslisp/Makefile
new file mode 100644
index 00000000000..47c3a305404
--- /dev/null
+++ b/lang/vslisp/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/04 23:47:35 jtb Exp $
+
+DISTNAME= vslisp-4.0-1
+PKGNAME= vslisp-4.0.1
+CATEGORIES= lang
+MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/vslisp/
+
+MAINTAINER= jtb@netbsd.org
+HOMEPAGE= http://vslisp.sourceforge.net
+
+WRKSRC= ${WRKDIR}/vslisp-4.0
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vslisp
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vslisp/html
+ @for d in Colors.txt ColorsDemo.txt lisp.sgml ; do \
+ ${INSTALL_DATA} ${WRKSRC}/Documentation/$$d \
+ ${PREFIX}/share/doc/vslisp; done
+ ${INSTALL_DATA} ${WRKSRC}/Documentation/html/* \
+ ${PREFIX}/share/doc/vslisp/html
+
+.include "../../mk/bsd.pkg.mk"