1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/scotty3/Makefile

43 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: scotty
1996-09-17 12:50:36 +00:00
# Version required: 2.1.3
# Date created: 18 Februar 1995
# Whom: Gennady Sorokopud <gena@netvision.net.il>
#
# $Id: Makefile,v 1.14 1996/12/01 01:23:15 obrien Exp $
#
1996-09-17 12:50:36 +00:00
DISTNAME= scotty-2.1.3
CATEGORIES= net
1995-04-15 05:42:12 +00:00
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
MAINTAINER= gena@netvision.net.il
1996-09-17 12:50:36 +00:00
LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
1995-04-15 05:42:12 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl-config=/usr/libdata/tcl \
--with-tk-config=/usr/local/lib
1996-09-17 12:50:36 +00:00
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
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.in >/tmp/PLIST
.if defined(NOMANCOMPRESS)
@sed "s,@GZIP@,," /tmp/PLIST >pkg/PLIST
.else
@sed "s,@GZIP@,.gz," /tmp/PLIST >pkg/PLIST
.endif
@${RM} /tmp/PLIST
pre-clean:
@${RM} -f pkg/PLIST
.include <bsd.port.mk>