diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gns3/Makefile | 10 | ||||
-rw-r--r-- | emulators/gns3/PLIST | 3 |
2 files changed, 7 insertions, 6 deletions
diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index c82b2ac70e4..c4478163544 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2013/07/04 17:03:18 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/01/23 17:07:16 wiz Exp $ DISTNAME= GNS3-0.8.3.1-src PKGNAME= gns3-0.8.3.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gns-3/GNS3/0.8.3.1/} EXTRACT_SUFX= .tar.bz2 @@ -14,8 +14,8 @@ LICENSE= gnu-gpl-v2 DEPENDS+= dynamips>=0.2.8rc1:../../emulators/dynamips -PYDISTUTILSPKG= yes -PY_PATCHPLIST= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.8.3.1 +EGG_NAME= ${DISTNAME:S/-src//} REPLACE_PYTHON+= src/GNS3/Dynagen/dynagen.py src/GNS3/Dynagen/confConsole.py REPLACE_PYTHON+= src/GNS3/Dynagen/console.py src/GNS3/Dynagen/dynamips_lib.py REPLACE_PYTHON+= src/GNS3/Dynagen/qemu_lib.py @@ -23,7 +23,7 @@ REPLACE_PYTHON+= src/GNS3/Dynagen/dynagen_vbox_lib.py REPLACE_PYTHON+= src/GNS3/Dynagen/portTracker_lib.py .include "../../lang/python/application.mk" -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../x11/py-sip/buildlink3.mk" .include "../../x11/py-qt4/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/gns3/PLIST b/emulators/gns3/PLIST index f4fbd450994..17b758b8527 100644 --- a/emulators/gns3/PLIST +++ b/emulators/gns3/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2013/03/01 21:29:14 markd Exp $ +@comment $NetBSD: PLIST,v 1.3 2014/01/23 17:07:16 wiz Exp $ bin/gns3 +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/GNS3/Annotation.py ${PYSITELIB}/GNS3/Annotation.pyc ${PYSITELIB}/GNS3/Annotation.pyo |