relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
16 lines
366 B
Makefile
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"
|