1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/net-mgmt/scotty3/Makefile

50 lines
1.4 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>
#
1996-09-17 12:50:36 +00:00
# $Id: Makefile,v 1.10 1996/07/10 02:55:48 asami Exp $
#
1996-09-17 12:50:36 +00:00
DISTNAME= scotty-2.1.3
1995-11-27 04:06:03 +00:00
CATEGORIES+= net
1995-04-15 05:42:12 +00:00
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
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
1996-09-17 12:50:36 +00:00
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
pre-install:
@cd ${WRKSRC};make sinstall
1996-09-17 12:50:36 +00:00
@cp ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc
1996-06-07 06:30:31 +00:00
post-install:
.if !defined(NOMANCOMPRESS)
1996-09-17 12:50:36 +00:00
gzip -9nf ${PREFIX}/man/man1/tkined.1
1996-06-07 06:30:31 +00:00
gzip -9nf ${PREFIX}/man/man1/scotty.1
gzip -9nf ${PREFIX}/man/man8/ntping.8
gzip -9nf ${PREFIX}/man/man8/straps.8
1996-09-17 12:50:36 +00:00
gzip -9nf ${PREFIX}/man/mann/Tnm.n
gzip -9nf ${PREFIX}/man/mann/cmip.n
gzip -9nf ${PREFIX}/man/mann/dns.n
gzip -9nf ${PREFIX}/man/mann/gdmo.n
gzip -9nf ${PREFIX}/man/mann/http.n
gzip -9nf ${PREFIX}/man/mann/icmp.n
gzip -9nf ${PREFIX}/man/mann/ined.n
gzip -9nf ${PREFIX}/man/mann/job.n
gzip -9nf ${PREFIX}/man/mann/mib.n
1996-06-07 06:30:31 +00:00
gzip -9nf ${PREFIX}/man/mann/msqltcl.n
1996-09-17 12:50:36 +00:00
gzip -9nf ${PREFIX}/man/mann/netdb.n
gzip -9nf ${PREFIX}/man/mann/ntp.n
gzip -9nf ${PREFIX}/man/mann/rpc.n
gzip -9nf ${PREFIX}/man/mann/snmp.n
gzip -9nf ${PREFIX}/man/mann/sunrpc.n
gzip -9nf ${PREFIX}/man/mann/syslog.n
gzip -9nf ${PREFIX}/man/mann/udp.n
1996-06-07 06:30:31 +00:00
.endif
.include <bsd.port.mk>