diff options
Diffstat (limited to 'net-mgmt/scotty3/Makefile')
-rw-r--r-- | net-mgmt/scotty3/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile deleted file mode 100644 index 9889c96b21e1..000000000000 --- a/net-mgmt/scotty3/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: scotty -# Version required: 2.1.9 -# Date created: 18 February 1995 -# Whom: Gennady Sorokopud <gena@netvisions.net.il> -# -# $Id: Makefile,v 1.35 1999/02/03 20:19:11 billf Exp $ -# - -DISTNAME= scotty-2.1.9 -CATEGORIES= net tk80 -MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ - -MAINTAINER= phk@freebsd.org - -LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.0 \ - --with-tk-config=/usr/local/lib/tk8.0 - - -WRKSRC=${WRKDIR}/${DISTNAME}/unix -MAN1= tkined.1 scotty.1 -MAN8= ntping.8 straps.8 -MANN= Tnm.n cmip.n dns.n gdmo.n http.n icmp.n ined.n job.n \ - mib.n msqltcl.n netdb.n ntp.n rpc.n snmp.n sunrpc.n \ - syslog.n udp.n -PLIST_SUB= FREEBSD_VERSION=${FREEBSD_VERSION} \ - SCOTTY_VERSION=2.1.9 TKINED_VERSION=1.4.9 -FREEBSD_VERSION!= echo `uname -m`-`uname`-`uname -r` - -pre-install: - @cd ${WRKSRC};make sinstall - @${CP} ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc - -.include <bsd.port.mk> |