diff options
author | erich <erich@FreeBSD.org> | 1996-09-17 12:50:36 +0000 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-09-17 12:50:36 +0000 |
commit | ef9849dd83e7ba419c6e63f93f82713a68943f71 (patch) | |
tree | 33ba25e8fab2583e843e01afd8909022d6cd639f /net/scotty3/Makefile | |
parent | 8944b29cd00697693d2b48c5b189b9f883742ed6 (diff) | |
download | FreeBSD-ports-ef9849dd83e7ba419c6e63f93f82713a68943f71.zip FreeBSD-ports-ef9849dd83e7ba419c6e63f93f82713a68943f71.tar.gz |
upgrade to 2.1.3
Diffstat (limited to 'net/scotty3/Makefile')
-rw-r--r-- | net/scotty3/Makefile | 38 |
1 files changed, 24 insertions, 14 deletions
diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile index 2925f5d..2f8274b 100644 --- a/net/scotty3/Makefile +++ b/net/scotty3/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> |