summaryrefslogtreecommitdiff
path: root/net-mgmt/scotty3
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-15 05:42:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-15 05:42:12 +0000
commit5f46dae90f233bedde12384f31eb10cd1e7496c5 (patch)
treea1af5f735773338776c8d3edd5fc818f4890fb96 /net-mgmt/scotty3
parentUpdate of communication programs' Makefiles! (diff)
Update of net Makefiles! Am I done? :)
Notes
Notes: svn path=/head/; revision=1363
Diffstat (limited to 'net-mgmt/scotty3')
-rw-r--r--net-mgmt/scotty3/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile
index ac25a0c7e12c..1aa07e6d712c 100644
--- a/net-mgmt/scotty3/Makefile
+++ b/net-mgmt/scotty3/Makefile
@@ -3,20 +3,23 @@
# Date created: 18 Februar 1995
# Whom: gena
#
-# $Id: Makefile,v 1.2 1995/02/21 17:22:00 jkh Exp $
+# $Id: Makefile,v 1.3 1995/04/01 12:48:32 jkh Exp $
#
DISTNAME= scotty-1.2.0
+CATEGORIES+= networking
+MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
DISTFILES= scotty-1.2.0.tar.gz scotty-1.2.0-1.2.1.diff.gz \
scotty-1.2.1-1.2.2.diff.gz
-
EXTRACT_ONLY= scotty-1.2.0.tar.gz
-MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
-CATEGORIES+= networking
+
+LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk \
+ tcl\\.7\\.:${PORTSDIR}/lang/tcl
+EXEC_DEPENDS= wishx:${PORTSDIR}/lang/tclX
+
HAS_CONFIGURE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-DEPENDS= ${PORTSDIR}/x11/tk ${PORTSDIR}/lang/tclX ${PORTSDIR}/lang/tcl
CONFIGURE_ARGS= --with-x --prefix=${PREFIX} --with-tcl-include=${PORTSDIR}/lang/tcl/work/tcl7.3 --with-tcl-library=${PORTSDIR}/lang/tcl/work/tcl7.3 --with-tk-include=${PORTSDIR}/x11/tk/work/tk3.6 --with-tk-library=${PORTSDIR}/x11/tk/work/tk3.6 --with-blt-library=${PORTSDIR}/lang/tclX/work/tclX7.3b/tclmaster/lib
pre-patch: