freebsd-ports/net-mgmt/lanmap/Makefile
Dmitry Marakasov 9a4a604b50 - Don't break directory permissions - fixes build from non-root
- Silence post-extract
- Strip binary
2015-02-03 21:43:51 +00:00

24 lines
511 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:${PORTSDIR}/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>