pkgsrc-wip/mlocate/Makefile
Aleksej Saushev 5069d752df Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-03 15:09:46 +00:00

36 lines
855 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/10/03 15:09:55 asau Exp $
#
DISTNAME= mlocate-0.24
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= https://fedorahosted.org/releases/m/l/mlocate/
EXTRACT_SUFX= .tar.xz
MAINTAINER= esg@sdf.lonestar.org
HOMEPAGE= https://fedorahosted.org/releases/m/l/mlocate/
COMMENT= Merging 'locate' implementation
LICENSE= gnu-gpl-v2
# Depends on _PATH_MOUNTED being defined in paths.h
ONLY_FOR_PLATFORM= Linux-*-*
CONFLICTS= slocate-[0-9]*
# Force using "curl" for fetching the distribution file. It is only available
# over HTTPS and "curl" is the only fetch program which always supports HTTPS.
FETCH_USING= curl
GNU_CONFIGURE= yes
PKG_GROUPS= mlocate
SPECIAL_PERMS+= bin/locate root mlocate 2755
BUILD_DEFS+= VARBASE
CONFIGURE_ARGS+=--localstatedir=${VARBASE}
OWN_DIRS+= ${VARBASE}/mlocate
.include "../../mk/bsd.pkg.mk"