opnsense-ports/net/netmap/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

27 lines
532 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:${PORTSDIR}/graphics/graphviz
USES= gmake
PLIST_FILES= bin/makelist bin/netmap
do-install:
.for i in makelist netmap
(cd ${WRKSRC}/${i} && ${INSTALL_PROGRAM} ${i} \
${STAGEDIR}${PREFIX}/bin)
.endfor
.include <bsd.port.mk>