diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:42:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:42:12 +0000 |
commit | 5f46dae90f233bedde12384f31eb10cd1e7496c5 (patch) | |
tree | a1af5f735773338776c8d3edd5fc818f4890fb96 /net-mgmt/scotty3/Makefile | |
parent | 4bcb62c6f9e425544e90df955e8cbe045ed5130f (diff) | |
download | ports-5f46dae90f233bedde12384f31eb10cd1e7496c5.tar.gz ports-5f46dae90f233bedde12384f31eb10cd1e7496c5.zip |
Notes
Diffstat (limited to 'net-mgmt/scotty3/Makefile')
-rw-r--r-- | net-mgmt/scotty3/Makefile | 13 |
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: |