freebsd-ports/net/netmap/Makefile
Dirk Meyer b5a37bd131 net/netmap: fix build with new graphviz
PR: 270710
MFH:    2023Q2
Display is still possible with dot an a viewer
2023-04-09 07:46:10 +02:00

22 lines
509 B
Makefile

PORTNAME= netmap
PORTVERSION= 0.1.3
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/NetMap%20${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Make a graphical representation of the surrounding network
WWW= http://netmap.sourceforge.net/
LICENSE= GPLv2
RUN_DEPENDS= dot: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>