freebsd-ports/emulators/dynagui/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

26 lines
662 B
Makefile

# Created by: Andrew Greenwood
# $FreeBSD$
PORTNAME= dynagui
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= dynagui
MAINTAINER= ports@FreeBSD.org
COMMENT= GUI frontend to the dynamips router simulator
BUILD_DEPENDS= dynagen:emulators/dynagen
USES= python
USE_PYTHON= distutils
IMGDIR= ${STAGEDIR}${PREFIX}/share/${PORTNAME}/img
post-install:
@${MKDIR} ${IMGDIR}
${INSTALL_DATA} ${WRKSRC}/img/* ${IMGDIR}
${CHMOD} 755 ${STAGEDIR}${PYTHON_SITELIBDIR}/dynagui.py
${LN} -sf ${PYTHON_SITELIBDIR}/dynagui.py ${STAGEDIR}${PREFIX}/bin/dynagui.py
.include <bsd.port.mk>