summaryrefslogtreecommitdiff
path: root/sysutils/xhfs/Makefile
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>1999-10-17 04:35:55 +0000
committerfredb <fredb@pkgsrc.org>1999-10-17 04:35:55 +0000
commit04e1c0f17959f74c0ce2584a83538b8b6709a894 (patch)
treecf19e239130faf9ac7b1880d79b15e5042cc5dd5 /sysutils/xhfs/Makefile
parent943cb27c87a2b17ba0d95785e8e150f889df62ee (diff)
downloadpkgsrc-04e1c0f17959f74c0ce2584a83538b8b6709a894.tar.gz
Initial import of xhfs, Tcl/Tk counterpart to hfsutils.
Diffstat (limited to 'sysutils/xhfs/Makefile')
-rw-r--r--sysutils/xhfs/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/xhfs/Makefile b/sysutils/xhfs/Makefile
new file mode 100644
index 00000000000..bfb9cc52c7d
--- /dev/null
+++ b/sysutils/xhfs/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/10/17 04:35:55 fredb Exp $
+#
+
+DISTNAME= hfsutils-3.2.6
+PKGNAME= xhfs-3.2.6
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.mars.org/pub/hfs/
+
+MAINTAINER= wrstuden@netbsd.org
+HOMEPAGE= http://www.mars.org/home/rob/proj/hfs/
+
+DEPENDS= libhfs-3.2.6:../../devel/libhfs
+DEPENDS+= tcl-8.0.5:../../lang/tcl80
+DEPENDS+= tk-8.0.5:../../x11/tk80
+
+USE_X11= yes
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.0 \
+ --with-tk=${LOCALBASE}/lib/tk8.0 --disable-cli
+CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include/libhfs
+
+.include "../../mk/bsd.pkg.mk"