freebsd-ports/misc/xpns/Makefile
2000-04-14 08:49:30 +00:00

35 lines
786 B
Makefile

# New ports collection makefile for: xpns
# Date created: 6 Apr 97
# Whom: Pedro Giffuni
#
# $FreeBSD$
#
PORTNAME= xpns
PORTVERSION= 1.0
CATEGORIES= misc cad
MASTER_SITES= http://www.ee.uwa.edu.au/~braunl/pns/ftp/
DISTFILES= pns_source.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>