aboutsummaryrefslogtreecommitdiffstats
path: root/net/scotty3
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-15 13:42:12 +0800
committerasami <asami@FreeBSD.org>1995-04-15 13:42:12 +0800
commit3082b65401d86adab3138444cabed9ab721b1e5d (patch)
tree28191a575627276dda55393a292bc03acf550a9c /net/scotty3
parentbb2019ec1aaf0255d4d77b19b77c486b614784ef (diff)
downloadfreebsd-ports-gnome-3082b65401d86adab3138444cabed9ab721b1e5d.tar.gz
freebsd-ports-gnome-3082b65401d86adab3138444cabed9ab721b1e5d.tar.zst
freebsd-ports-gnome-3082b65401d86adab3138444cabed9ab721b1e5d.zip
Update of net Makefiles! Am I done? :)
Diffstat (limited to 'net/scotty3')
-rw-r--r--net/scotty3/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile
index ac25a0c7e12c..1aa07e6d712c 100644
--- a/net/scotty3/Makefile
+++ b/net/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: