# Created by: Pedro Giffuni # $FreeBSD$ PORTNAME= xpns PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= misc cad MASTER_SITES= http://robotics.ee.uwa.edu.au/pns/ftp/ DISTNAME= pns_source.tar EXTRACT_SUFX= .Z MAINTAINER= ports@FreeBSD.org COMMENT= Petri-Net Simulator for Xwindows NO_WRKSUBDIR= yes USE_XORG= x11 xaw MAKEFILE= makefile ALL_TARGET= pns PORTDOCS= * PLIST_FILES= bin/xpns \ libexec/xpns/pns \ %%DATADIR%%/pns.hlp \ %%DATADIR%%/pns.shell PLIST_DIRS= %%DATADIR%% \ libexec/xpns post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/xpns do-install: (cd ${WRKSRC} && ${INSTALL_SCRIPT} xpns ${STAGEDIR}${PREFIX}/bin) @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/xpns (cd ${WRKSRC} && ${INSTALL_PROGRAM} pns ${STAGEDIR}${PREFIX}/libexec/xpns) @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${INSTALL_DATA} pns.hlp pns.shell ${STAGEDIR}${DATADIR}) @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} *.net ${STAGEDIR}${DOCSDIR}) .include 4/cgit-data/cgit.png' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/radiusd-cistron
Commit message (Expand)AuthorAgeFilesLines
* - use STAGEDIRdinoex2013-11-174-39/+94
* - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-211-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - drop maintainershipdinoex2012-10-191-6/+2
* - escape shell namesdinoex2012-01-142-2/+2
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-142-2/+2
* - Add rc script for radrelay.dinoex2011-11-193-14/+45