1997-06-24 06:07:27 +00:00
|
|
|
# New ports collection makefile for: xpns
|
|
|
|
# Version required: 1.0
|
|
|
|
# Date created: 6 Apr 97
|
1998-02-20 18:39:58 +00:00
|
|
|
# Whom: Pedro Giffuni
|
1997-06-24 06:07:27 +00:00
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1997-06-24 06:07:27 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= pns_source
|
|
|
|
PKGNAME= xpns-1.0
|
|
|
|
CATEGORIES= misc cad
|
1999-11-14 01:54:26 +00:00
|
|
|
MASTER_SITES= http://www.ee.uwa.edu.au/~braunl/pns/ftp/
|
1997-06-24 06:07:27 +00:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
|
1998-02-20 18:39:58 +00:00
|
|
|
MAINTAINER= giffunip@asme.org
|
1997-06-24 06:07:27 +00:00
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1997-06-24 06:07:27 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
1999-07-04 21:47:32 +00:00
|
|
|
MAKEFILE= makefile
|
1997-06-24 06:07:27 +00:00
|
|
|
ALL_TARGET= pns
|
|
|
|
|
|
|
|
do-install:
|
1997-06-29 09:38:20 +00:00
|
|
|
${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
|
1997-06-24 06:07:27 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
1997-06-29 09:38:20 +00:00
|
|
|
${MKDIR} ${PREFIX}/share/doc/xpns
|
|
|
|
${CP} ${WRKSRC}/*.net ${PREFIX}/share/doc/xpns/
|
1997-06-24 06:07:27 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|