1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/misc/xpns/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

36 lines
869 B
Makefile

# New ports collection makefile for: xpns
# Version required: 1.0
# Date created: 6 Apr 97
# Whom: Pedro Giffuni
#
# $Id: Makefile,v 1.3 1998/02/20 18:39:56 steve Exp $
#
DISTNAME= pns_source
PKGNAME= xpns-1.0
CATEGORIES= misc cad
MASTER_SITES= ftp://ftp.informatik.uni-stuttgart.de/pub/petri-nets/
EXTRACT_SUFX= .tar.Z
MAINTAINER= giffunip@asme.org
USE_X_PREFIX= 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:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/xpns
${CP} ${WRKSRC}/*.net ${PREFIX}/share/doc/xpns/
.endif
.include <bsd.port.mk>