aboutsummaryrefslogtreecommitdiff
path: root/emulators/gns3/Makefile
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2011-03-11 07:18:05 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2011-03-11 07:18:05 +0000
commit7510a395cc8c3cdd67bf9f2a183e5e545b9f25d1 (patch)
treed8884eacacbd6bcfe614528e132302bf29617ab0 /emulators/gns3/Makefile
parentdc95181211f5bb86c0875f47401f20ee18ce3049 (diff)
downloadports-7510a395cc8c3cdd67bf9f2a183e5e545b9f25d1.tar.gz
ports-7510a395cc8c3cdd67bf9f2a183e5e545b9f25d1.zip
Notes
Diffstat (limited to 'emulators/gns3/Makefile')
-rw-r--r--emulators/gns3/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile
index 2ed2741f2802..e57cec5f0b2d 100644
--- a/emulators/gns3/Makefile
+++ b/emulators/gns3/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gns3
-PORTVERSION= 0.7
-PORTREVISION= 1
+PORTVERSION= 0.7.3
CATEGORIES= emulators
MASTER_SITES= SF/gns-3/GNS3/${PORTVERSION}
DISTNAME= GNS3-${PORTVERSION}-src
@@ -23,15 +22,16 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4
qemu>=0.11:${PORTSDIR}/emulators/qemu
USE_PYTHON= 2.5+
-USE_PYDISTUTILS= YES
+USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= GNS3
-WRKSRC= ${WRKDIR}/${DISTNAME}
MAN1= gns3.1
+LICENSE= GPLv2
post-install:
.if !defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${WRKSRC}/docs/man/gns3.1 ${MANPREFIX}/man/man1
.endif
- ${INSTALL_SCRIPT} ${WRKSRC}/qemuwrapper/qemuwrapper.py ${PREFIX}/bin/qemuwrapper.py
-
+ ${INSTALL_SCRIPT} ${WRKSRC}/qemuwrapper/qemuwrapper.py \
+ ${PREFIX}/bin/qemuwrapper.py
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>