pkgsrc/lang/focal/Makefile
dholland 6a485bf39c On reflection, bump PKGREVISION as some of the ctype-related adjustments
might have caused functional changes. Also because I removed use of gets()
and the previous version should be marked insecure.
2012-05-31 23:43:23 +00:00

27 lines
681 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/05/31 23:43:23 dholland Exp $
#
DISTNAME= focal
PKGNAME= focal81-0
PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://home.scarlet.be/~be042720/44/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://home.scarlet.be/~be042720/44/focal.htm
COMMENT= Interpreted programming language
PKG_DESTDIR_SUPPORT= user-destdir
FOCALDOCDIR= ${PREFIX}/share/doc/focal
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/focal ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA_DIR} ${DESTDIR}${FOCALDOCDIR}
.for i in focal.doc queens.foc sieve.foc
${INSTALL_DATA} ${WRKSRC}/${i} ${DESTDIR}${FOCALDOCDIR}
.endfor
.include "../../mk/bsd.pkg.mk"