pkgsrc/sysutils/findutils/Makefile
tron 3baa18765c Buildlinkify this package to stop it from using the packaged version of
"libintl" even if it is not necessary. Bump package revision.
2002-11-29 08:05:31 +00:00

20 lines
521 B
Makefile

# $NetBSD: Makefile,v 1.6 2002/11/29 08:05:31 tron Exp $
DISTNAME= findutils-4.1
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=findutils/}
MAINTAINER= bouyer@netbsd.org
HOMEPAGE= http://www.gnu.org/software/findutils/findutils.html
COMMENT= The GNU find, xargs and locate utilities
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --program-prefix=g
INFO_FILES= find.info
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"