diff options
author | jtb <jtb@pkgsrc.org> | 2000-12-04 23:47:35 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2000-12-04 23:47:35 +0000 |
commit | 1788a3b1bc52f6abee749e471d19cd93fa4accff (patch) | |
tree | 4d2dab8d53cd2aded9303224544e5b7fca76e0f9 /lang/vslisp/Makefile | |
parent | a3a48d23cdca6f27e4de4a0bc6429a4a9ba5d3a2 (diff) | |
download | pkgsrc-1788a3b1bc52f6abee749e471d19cd93fa4accff.tar.gz |
Initial import of new "vslisp" package:
Embedded Lisp library and standalone interpreter
Diffstat (limited to 'lang/vslisp/Makefile')
-rw-r--r-- | lang/vslisp/Makefile | 26 |
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" |