1995-02-21 17:07:49 +00:00
|
|
|
# New ports collection makefile for: scotty
|
1996-06-07 06:30:31 +00:00
|
|
|
# Version required: 2.0.2
|
1995-02-21 17:07:49 +00:00
|
|
|
# Date created: 18 Februar 1995
|
1995-04-18 05:42:21 +00:00
|
|
|
# Whom: Gennady Sorokopud <gena@netvision.net.il>
|
1995-02-21 17:07:49 +00:00
|
|
|
#
|
1996-07-10 02:55:48 +00:00
|
|
|
# $Id: Makefile,v 1.9 1996/06/07 06:30:03 gpalmer Exp $
|
1995-02-21 17:07:49 +00:00
|
|
|
#
|
|
|
|
|
1996-06-07 06:30:31 +00:00
|
|
|
DISTNAME= scotty-2.0.2
|
1995-11-27 04:06:03 +00:00
|
|
|
CATEGORIES+= net
|
1995-04-15 05:42:12 +00:00
|
|
|
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
|
1995-04-24 08:26:50 +00:00
|
|
|
|
1996-07-10 02:55:48 +00:00
|
|
|
LIB_DEPENDS= tk40\\.1\\.:${PORTSDIR}/x11/tk4 \
|
|
|
|
tcl74\\.1\\.:${PORTSDIR}/lang/tcl74
|
|
|
|
EXEC_DEPENDS= wishx:${PORTSDIR}/lang/tclX74
|
1995-04-15 05:42:12 +00:00
|
|
|
|
1995-02-21 17:07:49 +00:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1995-09-15 10:41:29 +00:00
|
|
|
CONFIGURE_ARGS= --with-x --prefix=${PREFIX}
|
1995-02-21 17:07:49 +00:00
|
|
|
|
1995-04-24 08:26:50 +00:00
|
|
|
pre-configure:
|
|
|
|
@find ${WRKSRC} -name Makefile.in -exec ${SCRIPTDIR}/untrue \{} \;
|
1995-02-21 17:07:49 +00:00
|
|
|
|
|
|
|
pre-install:
|
|
|
|
@cd ${WRKSRC};make sinstall
|
|
|
|
|
1996-06-07 06:30:31 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
|
1995-02-21 17:07:49 +00:00
|
|
|
.include <bsd.port.mk>
|