blob: 5ebfb027e4c2e594cccfe4c6d2c38a011ef5e9c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.parseerror.com/lanmap/rev/
MAINTAINER= baptiste.daroussin@gmail.com
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>
|