mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
e694b9fbe1
Important notice: users have to provide their own Cisco IOS to use with GNS3. WWW: http://www.gns3.net PR: ports/132689 Submitted by: Olivier Cochard-Labbe <olivier at cochard.me>
33 lines
868 B
Makefile
33 lines
868 B
Makefile
# New ports collection makefile for: gns3
|
|
# Date created: 14 mar 2009
|
|
# Whom: Olivier Cochard-Labbe <olivier@cochard.me>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gns3
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= SF/gns-3
|
|
DISTNAME= GNS3-${PORTVERSION}-src
|
|
|
|
MAINTAINER= olivier@cochard.me
|
|
COMMENT= Graphical Cisco network simulator
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \
|
|
${PYTHON_SITELIBDIR}/PyQt4/QtSvg.so:${PORTSDIR}/graphics/py-qt4-svg \
|
|
${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network \
|
|
dynamips:${PORTSDIR}/emulators/dynamips-devel \
|
|
dynagen:${PORTSDIR}/emulators/dynagen
|
|
|
|
USE_PYTHON= 2.4+
|
|
USE_PYDISTUTILS= YES
|
|
PYDISTUTILS_PKGNAME= GNS3
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
MAN1= gns3.1
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/docs/man/gns3.1 ${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|