freebsd-ports/net-mgmt/lanmap/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

26 lines
600 B
Makefile

# New ports collection makefile for: lanmap
# Date created: 2008-08-21
# Whom: Bapt <baptiste.daroussin@gmail.com>
#
# $FreeBSD$
#
PORTNAME= lanmap
DISTVERSION= 2006-03-07-rev81
PORTREVISION= 3
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
USE_ZIP= yes
.include <bsd.port.pre.mk>
post-extract:
${CHMOD} 755 ${WRKSRC}/configure
.include <bsd.port.post.mk>