pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/xhfs Use the buildlink framwork and switch to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/051dc9f72495
branches:  trunk
changeset: 486776:051dc9f72495
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Jan 03 01:59:05 2005 +0000

description:
Use the buildlink framwork and switch to Tcl/Tk 8.4.

Bump PKGREVISION due to dependency changes.

diffstat:

 sysutils/xhfs/Makefile |  16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 1aa6b242f6e1 -r 051dc9f72495 sysutils/xhfs/Makefile
--- a/sysutils/xhfs/Makefile    Mon Jan 03 01:56:15 2005 +0000
+++ b/sysutils/xhfs/Makefile    Mon Jan 03 01:59:05 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2004/10/28 11:54:28 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2005/01/03 01:59:05 minskim Exp $
 #
 
 DISTNAME=      hfsutils-3.2.6
 PKGNAME=       xhfs-3.2.6
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  ftp://ftp.mars.org/pub/hfs/
 
@@ -10,14 +11,15 @@
 HOMEPAGE=      http://www.mars.org/home/rob/proj/hfs/
 COMMENT=       Tk GUI + Tcl Shell for accessing HFS volumes
 
-DEPENDS=       libhfs>=3.2.6:../../devel/libhfs
-DEPENDS+=      tk>=8.3.2:../../x11/tk83
-
+USE_BUILDLINK3=        yes
 USE_X11=       yes
 
 GNU_CONFIGURE= yes
-CONFIGURE_ARGS=        --with-tcl=${LOCALBASE}/lib \
-               --with-tk=${LOCALBASE}/lib --disable-cli
-CPPFLAGS+=     -I${LOCALBASE}/include/libhfs
+CONFIGURE_ARGS=        --with-tcl=${BUILDLINK_PREFIX.tcl}/lib \
+               --with-tk=${BUILDLINK_PREFIX.tk}/lib --disable-cli
+CPPFLAGS+=     -I${BUILDLINK_PREFIX.libhfs}/include/libhfs
 
+.include "../../devel/libhfs/buildlink3.mk"
+.include "../../lang/tcl/buildlink3.mk"
+.include "../../x11/tk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index