1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/net-mgmt/lanmap/Makefile
Erwin Lansing f4a0d48c69 - Mark BROKEN and DEPRECATED as this version is no
longer available
- Reset maintainer

Submitted by:	maintainer
2009-08-21 19:32:51 +00:00

31 lines
689 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= 1
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
BROKEN= distfile no longer available
DEPRECATED= ${BROKEN}
EXPIRATION_DATE= 2009-09-21
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>