pkgsrc/lang/vslisp/Makefile
joerg 1fa99f4874 Mark as MAKE_JOBS_SAFE=no for race conditions. While here, fix ctype
abuse and a bunch of other warnings. Defensively bump revision.
2016-01-17 15:14:47 +00:00

31 lines
938 B
Makefile

# $NetBSD: Makefile,v 1.20 2016/01/17 15:14:47 joerg Exp $
DISTNAME= vslisp-4.0-1
PKGNAME= vslisp-4.0.1
PKGREVISION= 3
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vslisp/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://vslisp.sourceforge.net/
COMMENT= Embeddable Lisp library and standalone interpreter
# funcs.c:153:17: error: use of undeclared identifier 'r'
# funct.c:336:15: error: expected expression
# and similar
MAKE_JOBS_SAFE= no
WRKSRC= ${WRKDIR}/vslisp-4.0
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/vslisp
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/vslisp/html
@for d in Colors.txt ColorsDemo.txt lisp.sgml ; do \
${INSTALL_DATA} ${WRKSRC}/Documentation/$$d \
${DESTDIR}${PREFIX}/share/doc/vslisp; done
${INSTALL_DATA} ${WRKSRC}/Documentation/html/* \
${DESTDIR}${PREFIX}/share/doc/vslisp/html
.include "../../mk/bsd.pkg.mk"