c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
27 lines
806 B
Makefile
27 lines
806 B
Makefile
# $NetBSD: Makefile,v 1.13 2004/10/03 00:15:03 tv Exp $
|
|
|
|
DISTNAME= vslisp-4.0-1
|
|
PKGNAME= vslisp-4.0.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://vslisp.sourceforge.net/pub/vslisp/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://vslisp.sourceforge.net/
|
|
COMMENT= Embeddable Lisp library and standalone interpreter
|
|
|
|
WRKSRC= ${WRKDIR}/vslisp-4.0
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
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"
|