mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
50 lines
1.4 KiB
Makefile
50 lines
1.4 KiB
Makefile
# New ports collection makefile for: scotty
|
|
# Version required: 2.1.3
|
|
# Date created: 18 Februar 1995
|
|
# Whom: Gennady Sorokopud <gena@netvision.net.il>
|
|
#
|
|
# $Id: Makefile,v 1.10 1996/07/10 02:55:48 asami Exp $
|
|
#
|
|
|
|
DISTNAME= scotty-2.1.3
|
|
CATEGORIES+= net
|
|
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
|
|
|
|
LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-tcl-config=/usr/libdata/tcl --with-tk-config=/usr/local/lib
|
|
|
|
WRKSRC=${WRKDIR}/${DISTNAME}/unix
|
|
|
|
pre-install:
|
|
@cd ${WRKSRC};make sinstall
|
|
@cp ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc
|
|
|
|
post-install:
|
|
.if !defined(NOMANCOMPRESS)
|
|
gzip -9nf ${PREFIX}/man/man1/tkined.1
|
|
gzip -9nf ${PREFIX}/man/man1/scotty.1
|
|
gzip -9nf ${PREFIX}/man/man8/ntping.8
|
|
gzip -9nf ${PREFIX}/man/man8/straps.8
|
|
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
|
|
gzip -9nf ${PREFIX}/man/mann/msqltcl.n
|
|
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
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|