freebsd-ports/net/netmap/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

24 lines
507 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= netmap
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/NetMap%20${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Make a graphical representation of the surrounding network
LICENSE= GPLv2
RUN_DEPENDS= dotty:graphics/graphviz
USES= gmake
PLIST_FILES= bin/makelist bin/netmap
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/makelist/makelist ${WRKSRC}/netmap/netmap ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>