pkgsrc/sysutils/xhfs/Makefile
jlam c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00

23 lines
575 B
Makefile

# $NetBSD: Makefile,v 1.5 2001/06/11 06:34:51 jlam 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/
COMMENT= Tk GUI + Tcl Shell for accessing HFS volumes
DEPENDS= libhfs-3.2.6:../../devel/libhfs
DEPENDS+= tk>=8.3.2:../../x11/tk
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib \
--with-tk=${LOCALBASE}/lib --disable-cli
CPPFLAGS+= -I${LOCALBASE}/include/libhfs
.include "../../mk/bsd.pkg.mk"