summaryrefslogtreecommitdiff
path: root/shells/eltclsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/eltclsh/Makefile')
-rw-r--r--shells/eltclsh/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/shells/eltclsh/Makefile b/shells/eltclsh/Makefile
index ec68680144f..72472a7cca7 100644
--- a/shells/eltclsh/Makefile
+++ b/shells/eltclsh/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2007/02/22 19:01:24 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2008/08/22 07:42:52 obache Exp $
-DISTNAME= eltclsh-1.6
-PKGREVISION= 1
+DISTNAME= eltclsh-1.9
CATEGORIES= shells
MASTER_SITES= http://softs.laas.fr/openrobots/php/download.php/
@@ -9,14 +8,18 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://softs.laas.fr/openrobots/wiki/eltclsh
COMMENT= Interactive TCL shell with editline facilities
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib
-CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk}/lib
USE_LANGUAGES= c
USE_LIBTOOL= yes
USE_TOOLS+= gmake
+.include "options.mk"
+
+INSTALL_ENV+= ELTCL_LIBRARY=${DESTDIR}${PREFIX}/share/eltcl
+
.include "../../lang/tcl/buildlink3.mk"
-.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"