summaryrefslogtreecommitdiff
path: root/net/scotty/Makefile
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1996-09-17 12:50:36 +0000
committerEric L. Hernes <erich@FreeBSD.org>1996-09-17 12:50:36 +0000
commita9a5e5b05356990318c7e4c790eaf304c5e6da6d (patch)
tree23d1053a881bcfb25212b53619dd8c9beb2ff3b4 /net/scotty/Makefile
parentAdd slash to MASTER_SITES (diff)
upgrade to 2.1.3
Notes
Notes: svn path=/head/; revision=3796
Diffstat (limited to 'net/scotty/Makefile')
-rw-r--r--net/scotty/Makefile38
1 files changed, 24 insertions, 14 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile
index 2925f5df1b48..2f8274be6e0d 100644
--- a/net/scotty/Makefile
+++ b/net/scotty/Makefile
@@ -1,39 +1,49 @@
# New ports collection makefile for: scotty
-# Version required: 2.0.2
+# Version required: 2.1.3
# Date created: 18 Februar 1995
# Whom: Gennady Sorokopud <gena@netvision.net.il>
#
-# $Id: Makefile,v 1.9 1996/06/07 06:30:03 gpalmer Exp $
+# $Id: Makefile,v 1.10 1996/07/10 02:55:48 asami Exp $
#
-DISTNAME= scotty-2.0.2
+DISTNAME= scotty-2.1.3
CATEGORIES+= net
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
-LIB_DEPENDS= tk40\\.1\\.:${PORTSDIR}/x11/tk4 \
- tcl74\\.1\\.:${PORTSDIR}/lang/tcl74
-EXEC_DEPENDS= wishx:${PORTSDIR}/lang/tclX74
+LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
-HAS_CONFIGURE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-x --prefix=${PREFIX}
+CONFIGURE_ARGS= --with-tcl-config=/usr/libdata/tcl --with-tk-config=/usr/local/lib
-pre-configure:
- @find ${WRKSRC} -name Makefile.in -exec ${SCRIPTDIR}/untrue \{} \;
+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/man1/scwish.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/cmiptcl.n
- gzip -9nf ${PREFIX}/man/mann/gdmotcl.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>