pkgsrc/security/munge/Makefile
wiz 2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00

28 lines
828 B
Makefile

# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:03 wiz Exp $
DISTNAME= munge-0.5.11
PKGREVISION= 5
CATEGORIES= security
MASTER_SITES= http://munge.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= asau@inbox.ru
HOMEPAGE= http://code.google.com/p/munge/
COMMENT= Authentication service for creating and validating credentials
USE_TOOLS= perl pkg-config
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --localstatedir=$(VARBASE)
INSTALLATION_DIRS+= lib/pkgconfig
OWN_DIRS= $(VARBASE)/lib/munge $(VARBASE)/log/munge $(VARBASE)/run/munge
RCD_SCRIPTS+= munge
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"