freebsd-ports/net/scotty3/Makefile
Steve Price d09a4b8691 Don't know why the comments at the top of the file were removed
in revision 1.31 (the commit message doesn't say) but I'm adding
them back to make portlint happy.
1999-02-03 23:31:07 +00:00

37 lines
1009 B
Makefile

# 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>