diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1996-06-07 06:30:31 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1996-06-07 06:30:31 +0000 |
commit | 3cc1caac924f259ed572c73e5e705b67b789005c (patch) | |
tree | 7486769aafe2ae639026ffe5d72fa72190c7cce8 /net/scotty/Makefile | |
parent | 5f066853a382face3b9de9fa81f2e59bce7f0b2c (diff) |
Notes
Diffstat (limited to 'net/scotty/Makefile')
-rw-r--r-- | net/scotty/Makefile | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile index 93a21f0843a2..9bb2bea971be 100644 --- a/net/scotty/Makefile +++ b/net/scotty/Makefile @@ -1,26 +1,21 @@ # New ports collection makefile for: scotty -# Version required: 1.2.0 +# Version required: 2.0.2 # Date created: 18 Februar 1995 # Whom: Gennady Sorokopud <gena@netvision.net.il> # -# $Id: Makefile,v 1.7 1995/09/15 10:41:29 asami Exp $ +# $Id: Makefile,v 1.8 1995/11/27 04:05:32 asami Exp $ # -DISTNAME= scotty-1.2.0 +DISTNAME= scotty-2.0.2 CATEGORIES+= net MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ -PATCHFILES= scotty-1.2.0-1.2.1.diff.gz scotty-1.2.1-1.2.2.diff.gz -PATCH_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ -PATCH_DIST_STRIP= -p1 - -LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk \ - tcl\\.7\\.:${PORTSDIR}/lang/tcl +LIB_DEPENDS= tk40\\.1\\.:${PORTSDIR}/x11/tk \ + tcl74\\.1\\.:${PORTSDIR}/lang/tcl EXEC_DEPENDS= wishx:${PORTSDIR}/lang/tclX HAS_CONFIGURE= yes GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ARGS= --with-x --prefix=${PREFIX} pre-configure: @@ -29,4 +24,16 @@ pre-configure: pre-install: @cd ${WRKSRC};make sinstall +post-install: +.if !defined(NOMANCOMPRESS) + 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/msqltcl.n + gzip -9nf ${PREFIX}/man/mann/cmiptcl.n + gzip -9nf ${PREFIX}/man/mann/gdmotcl.n +.endif + + .include <bsd.port.mk> |