freebsd-ports/sysutils/munin-common/Makefile
Mathieu Arnold 2dd78cdf85 Try and fix the ownership of munin's home directory.
Sponsored by:	Absolight, The FreeBSD Foundation
2015-10-02 07:52:35 +00:00

30 lines
810 B
Makefile

# Created by: Sean Rees <sean@rees.us>
# $FreeBSD$
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
PORTREVISION= 2
CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -common
MAINTAINER= mat@FreeBSD.org
COMMENT= Common components between a munin node and server
BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \
p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
USES= gmake perl5 cpe
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.r/rc/}
.include "${.CURDIR}/../munin-common/munin.mk"
ALL_TARGET= build-common-prime
INSTALL_TARGET= install-common
NO_ARCH= yes
post-install:
${MKDIR} ${STAGEDIR}${LOGDIR} ${STAGEDIR}${STATEDIR} ${STAGEDIR}${SPOOLDIR} ${STAGEDIR}${DBDIR}
.include <bsd.port.mk>