1997-06-24 06:07:27 +00:00
|
|
|
# New ports collection makefile for: xpns
|
|
|
|
# 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
|
|
|
#
|
|
|
|
|
2000-04-14 08:49:30 +00:00
|
|
|
PORTNAME= xpns
|
|
|
|
PORTVERSION= 1.0
|
1997-06-24 06:07:27 +00:00
|
|
|
CATEGORIES= misc cad
|
1999-11-14 01:54:26 +00:00
|
|
|
MASTER_SITES= http://www.ee.uwa.edu.au/~braunl/pns/ftp/
|
2000-04-14 08:49:30 +00:00
|
|
|
DISTFILES= pns_source.tar.Z
|
1997-06-24 06:07:27 +00:00
|
|
|
|
1998-02-20 18:39:58 +00:00
|
|
|
MAINTAINER= giffunip@asme.org
|
1997-06-24 06:07:27 +00:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
2000-10-13 20:22:31 +00:00
|
|
|
USE_X_PREFIX= yes
|
1999-07-04 21:47:32 +00:00
|
|
|
MAKEFILE= makefile
|
1997-06-24 06:07:27 +00:00
|
|
|
ALL_TARGET= pns
|
|
|
|
|
2000-10-13 20:22:31 +00:00
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/xpns
|
|
|
|
|
1997-06-24 06:07:27 +00:00
|
|
|
do-install:
|
1997-06-29 09:38:20 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/xpns ${PREFIX}/bin/xpns
|
2000-10-13 20:22:31 +00:00
|
|
|
${MKDIR} ${PREFIX}/libexec/xpns
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pns ${PREFIX}/libexec/xpns
|
|
|
|
${MKDIR} ${PREFIX}/share/xpns
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/pns.hlp ${PREFIX}/share/xpns
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/pns.shell ${PREFIX}/share/xpns
|
1997-06-24 06:07:27 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
1997-06-29 09:38:20 +00:00
|
|
|
${MKDIR} ${PREFIX}/share/doc/xpns
|
2000-10-13 20:22:31 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.net ${PREFIX}/share/doc/xpns
|
1997-06-24 06:07:27 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|