Changes: - Fix error with adding slot0 on a C7200 - Make cx_Freeze option (thanks to boenrobot) - Support border width (thanks to noplay) - Add missing C7200-io-FE (thanks to noplay)
16 lines
286 B
Makefile
16 lines
286 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gns3-converter
|
|
PORTVERSION= 1.2.4
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Convert old GNS3 (<=0.8.7) topologies to newer versions
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= python:3
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|