freebsd-ports/net-mgmt/lanmap/Makefile

22 lines
444 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= lanmap
DISTVERSION= 2006-03-07-rev81
2012-06-01 07:26:28 +02:00
PORTREVISION= 4
CATEGORIES= net-mgmt
MASTER_SITES= http://www.parseerror.com/lanmap/rev/
MAINTAINER= ports@FreeBSD.org
COMMENT= Lanmap sits quietly on a network and builds a picture of what it sees
RUN_DEPENDS= twopi:${PORTSDIR}/graphics/graphviz
WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
2014-03-10 17:38:00 +01:00
USES= zip
post-extract:
${CHMOD} 755 ${WRKSRC}/configure
2014-06-09 05:52:53 +02:00
.include <bsd.port.mk>