pkgsrc/x11/xpns/Makefile
agc e20be6c347 Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
build a binary package with this definition would fail as the PLIST is
not correct.

If a package's documentation is overwhelming, it should arguably be handled
in a separate pre-requisite documentation package.
1999-04-13 15:31:04 +00:00

30 lines
845 B
Makefile

# $NetBSD: Makefile,v 1.8 1999/04/13 15:31:07 agc Exp $
# FreeBSD Id: Makefile,v 1.2 1997/06/29 09:38:20 obrien Exp
#
DISTNAME= pns_source
PKGNAME= xpns-1.0
CATEGORIES= x11 cad
MASTER_SITES= ftp://ftp.informatik.uni-stuttgart.de/pub/petri-nets/
EXTRACT_SUFX= .tar.Z
MAINTAINER= pgiffuni@fps.biblos.unal.edu.co
HOMEPAGE= http://www.informatik.uni-stuttgart.de/ipvr/bv/pns/pns.html
USE_X11BASE= yes
NO_WRKSUBDIR= yes
MAKEFILE= makefile
ALL_TARGET= pns
do-install:
${MKDIR} ${PREFIX}/lib/xpns
${INSTALL_PROGRAM} ${WRKSRC}/pns ${PREFIX}/lib/xpns/
${INSTALL_DATA} ${WRKSRC}/pns.hlp ${PREFIX}/lib/xpns/
${INSTALL_DATA} ${WRKSRC}/pns.shell ${PREFIX}/lib/xpns/
${INSTALL_SCRIPT} ${WRKSRC}/xpns ${PREFIX}/bin/xpns
post-install:
${MKDIR} ${PREFIX}/share/doc/xpns
${CP} ${WRKSRC}/*.net ${PREFIX}/share/doc/xpns/
.include "../../mk/bsd.pkg.mk"