diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-08-21 19:32:51 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-08-21 19:32:51 +0000 |
commit | f4a0d48c69f923ba0e4f5b8aecb0a9d2d9b8b9f8 (patch) | |
tree | 36a0d7d72946b796934442f054212b3bcef8e874 /net-mgmt | |
parent | f022f03a1c25b5eb7a5ccaedae1963a655c03e21 (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/lanmap/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-mgmt/lanmap/Makefile b/net-mgmt/lanmap/Makefile index 5ebfb027e4c2..8316593acf0a 100644 --- a/net-mgmt/lanmap/Makefile +++ b/net-mgmt/lanmap/Makefile @@ -11,11 +11,15 @@ PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.parseerror.com/lanmap/rev/ -MAINTAINER= baptiste.daroussin@gmail.com +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 |