diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-27 09:42:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-27 09:42:55 +0000 |
commit | 108207934718fe18a2c437e634d2b856da536b4c (patch) | |
tree | 0797bdecf298a755d181509436ef5ec0fc0bb229 /net/netmap/Makefile | |
parent | c33c11702c21c24076f15fa4dfeb8f35ef13773e (diff) | |
download | ports-108207934718fe18a2c437e634d2b856da536b4c.tar.gz ports-108207934718fe18a2c437e634d2b856da536b4c.zip |
Notes
Diffstat (limited to 'net/netmap/Makefile')
-rw-r--r-- | net/netmap/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/netmap/Makefile b/net/netmap/Makefile index d1833802c93b..1e0027cfbb04 100644 --- a/net/netmap/Makefile +++ b/net/netmap/Makefile @@ -7,10 +7,9 @@ # PORTNAME= netmap -PORTVERSION= 0.1.2b -PORTREVISION= 5 +PORTVERSION= 0.1.3 CATEGORIES= net -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/NetMap%200.1.2 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/NetMap%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Make a graphical representation of the surounding network @@ -19,6 +18,8 @@ RUN_DEPENDS= dotty:${PORTSDIR}/graphics/graphviz USE_GMAKE= yes +PLIST_FILES= bin/makelist bin/netmap + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/makelist/makelist ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/netmap/netmap ${PREFIX}/bin |