7af716330d
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
26 lines
773 B
Makefile
26 lines
773 B
Makefile
# $NetBSD: Makefile,v 1.15 2006/07/19 19:14:39 jlam Exp $
|
|
|
|
DISTNAME= vslisp-4.0-1
|
|
PKGNAME= vslisp-4.0.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://vslisp.sourceforge.net/pub/vslisp/
|
|
|
|
MAINTAINER= pkgsrc-users@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
|
|
|
|
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"
|