diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1996-06-07 06:30:31 +0000 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1996-06-07 06:30:31 +0000 |
commit | fc2b84cd049fcf91ec7057c20ed86ad2f24079ad (patch) | |
tree | 5f4bbc6195f9d6fa78bc64ba8851f61ca028adcd /net/scotty3/Makefile | |
parent | 60b44caac41ea5acae1fd8505f3159c0177c6940 (diff) | |
download | FreeBSD-ports-fc2b84cd049fcf91ec7057c20ed86ad2f24079ad.zip FreeBSD-ports-fc2b84cd049fcf91ec7057c20ed86ad2f24079ad.tar.gz |
Upgrade to 2.0.2
Diffstat (limited to 'net/scotty3/Makefile')
-rw-r--r-- | net/scotty3/Makefile | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile index 93a21f0..9bb2bea 100644 --- a/net/scotty3/Makefile +++ b/net/scotty3/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> |