1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/scotty/Makefile
Mikhail Teterin 7f05793b3b Make it use TCL 8.3. Fix up the patch to Makefile.in to:
. reflect the true ctime of the original (1997)
	. use the correct CFLAGS instead of the arbitrary ``-O''

Reviewed by:	demon
Approved by:	demon
2001-03-02 17:57:08 +00:00

38 lines
1015 B
Makefile

# New ports collection makefile for: scotty
# Date created: 18 February 1995
# Whom: Gennady Sorokopud <gena@netvisions.net.il>
#
# $FreeBSD$
#
PORTNAME= scotty
PORTVERSION= 2.1.10
CATEGORIES= net tk83
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
MAINTAINER= demon@FreeBSD.org
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
FORBIDDEN= "Buffer overflow in ntping yielding setuid root"
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl-config=${LOCALBASE}/lib/tcl8.3 \
--with-tk-config=${LOCALBASE}/lib/tk8.3
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 netdb.n ntp.n rpc.n snmp.n sunrpc.n \
syslog.n udp.n
PLIST_SUB= FREEBSD_VERSION=${FREEBSD_VERSION} \
SCOTTY_VERSION=2.1.10 TKINED_VERSION=1.4.10
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>