9ef640ee93
- Bump PORTREVISION PR: ports/151516 Submitted by: sunpoet (myself) Approved by: Andy Greenwood <greenwood.andy@gmail.com> (maintainer), pgollucci (mentor, implicit)
30 lines
784 B
Makefile
30 lines
784 B
Makefile
# New ports collection makefile for: dynagui
|
|
# Date created: 5 February 2009
|
|
# Whom: Andrew Greenwood
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dynagui
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
DIST_SUBDIR= dynagui
|
|
|
|
MAINTAINER= greenwood.andy@gmail.com
|
|
COMMENT= GUI frontend to the dynamips router simulator
|
|
|
|
BUILD_DEPENDS= dynagen:${PORTSDIR}/emulators/dynagen
|
|
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= yes
|
|
IMGDIR= ${PREFIX}/share/${PORTNAME}/img
|
|
|
|
post-install:
|
|
${MKDIR} ${IMGDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/img/* ${IMGDIR}
|
|
${CHMOD} 755 ${PYTHON_SITELIBDIR}/dynagui.py
|
|
${LN} -sf ${PYTHON_SITELIBDIR}/dynagui.py ${PREFIX}/bin/dynagui.py
|
|
|
|
.include <bsd.port.mk>
|