23 lines
492 B
Makefile
23 lines
492 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/02/12 06:54:07 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= slocate-2.7
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.geekreview.org/slocate/src/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.geekreview.org/slocate/
|
|
COMMENT= Secure Locate
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_GNU_TOOLS+= make
|
|
|
|
MANCOMPRESSED= locate.1.gz
|
|
|
|
pre-configure:
|
|
.for f in aclocal.m4 Makefile.in configure stamp-h.in
|
|
${TOUCH} ${WRKSRC}/$f
|
|
.endfor
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|