mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
871b7e4cd4
- Set localstatedir in CONFIGURE_ARGS instead of using a patch - Install pkgconfig file - Fix pkg-plist for directories under /var
29 lines
637 B
Makefile
29 lines
637 B
Makefile
# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= munge
|
|
PORTVERSION= 0.5.11
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Authentication service for creating and validating credentials
|
|
|
|
LICENSE= GPLv3 LGPL3
|
|
LICENSE_COMB= dual
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --localstatedir=/var
|
|
PLIST_SUB= RESETPREFIX=${PREFIX}
|
|
USES= libtool pathfix perl5 tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
USE_RC_SUBR= munged
|
|
|
|
post-install:
|
|
${RM} -r ${STAGEDIR}${PREFIX}/etc/default
|
|
${RM} -r ${STAGEDIR}${PREFIX}/etc/init.d
|
|
${RM} -r ${STAGEDIR}${ETCDIR}
|
|
|
|
.include <bsd.port.mk>
|