fbcde38ef1
Make a graphical representation of the surounding network
26 lines
496 B
Makefile
26 lines
496 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: netmap
|
|
# Date created: Feb 10, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= netmap
|
|
PORTVERSION= 0.1.2b
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
RUN_DEPENDS= dotty:${PORTSDIR}/graphics/graphviz
|
|
|
|
USE_GMAKE= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/makelist/makelist ${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/netmap/netmap ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|