pkgsrc/sysutils/fakeroot/Makefile
jlam 3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00

16 lines
366 B
Makefile

# $NetBSD: Makefile,v 1.7 2004/02/14 17:21:52 jlam Exp $
#
DISTNAME= fakeroot_0.5.8
PKGNAME= fakeroot-0.5.8
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/f/fakeroot/}
MAINTAINER= lonewolf@NetBSD.org
COMMENT= Creates a fake root environment
WRKSRC= ${WRKDIR}/fakeroot-0.5.8
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"