1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/net-mgmt/lanmap/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

25 lines
499 B
Makefile

# $FreeBSD$
PORTNAME= lanmap
DISTVERSION= 2006-03-07-rev81
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:graphics/graphviz
WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
USES= zip
post-extract:
@${CHMOD} 755 ${WRKSRC}/configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>