diff options
Diffstat (limited to 'net/trafshow4/Makefile')
-rw-r--r-- | net/trafshow4/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net/trafshow4/Makefile b/net/trafshow4/Makefile deleted file mode 100644 index 2da6c6d97c8c..000000000000 --- a/net/trafshow4/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: trafshow -# Version required: 3.1 -# Date created: 25 September 1996 -# Whom: igor@zynaps.ru -# -# $FreeBSD$ -# - -DISTNAME= trafshow-3.1 -CATEGORIES= net -MASTER_SITES= ftp://ftp.nsk.su/pub/RinetSoftware/ -EXTRACT_SUFX= .tgz - -MAINTAINER= jseger@FreeBSD.org - -.include <bsd.port.pre.mk> -.if ${OSVERSION} < 400010 -LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses -.endif - -GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS=-L/usr/local/lib -ALL_TARGET= trafshow - -MAN1= trafshow.1 - -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${PREFIX}/bin - @ ${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${PREFIX}/man/man1 - @ ${INSTALL_DATA} ${WRKSRC}/.trafshow ${PREFIX}/etc/trafshow - -.include <bsd.port.post.mk> |