pkgsrc/sysutils/hfsutils/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

20 lines
479 B
Makefile

# $NetBSD: Makefile,v 1.4 2001/06/11 06:34:50 jlam Exp $
#
DISTNAME= hfsutils-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= Command Line Interface HFS (not HFS+) disk access tools
DEPENDS= libhfs-3.2.6:../../devel/libhfs
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include/libhfs
ALL_TARGET= all_cli
INSTALL_TARGET= install_cli
.include "../../mk/bsd.pkg.mk"