1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/scotty3/Makefile

45 lines
1.1 KiB
Makefile

# New ports collection makefile for: scotty
# Version required: 2.1.8
# Date created: 18 Februar 1995
# Whom: Gennady Sorokopud <gena@netvision.net.il>
#
# $Id: Makefile,v 1.26 1998/03/21 12:44:08 asami Exp $
#
DISTNAME= scotty-2.1.8
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/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= ${PKGDIR}/PLIST.tmp
pre-install:
@cd ${WRKSRC};make sinstall
@${CP} ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc
@sed "s,@FREEBSD_VERSION@,$$(uname -m)-$$(uname)-$$(uname -r)," pkg/PLIST >/tmp/PLIST
.if defined(NOMANCOMPRESS)
@sed "s,@GZIP@,," /tmp/PLIST >pkg/PLIST.tmp
.else
@sed "s,@GZIP@,.gz," /tmp/PLIST >pkg/PLIST.tmp
.endif
@${RM} /tmp/PLIST
pre-clean:
@${RM} -f pkg/PLIST.tmp
.include <bsd.port.mk>