freebsd-ports/sysutils/munin-common/Makefile
Niclas Zeising 0b93aa454f Grab
Approved by:	portmgr (antoine)
2014-04-05 11:18:12 +00:00

40 lines
1.1 KiB
Makefile

# Created by: Sean Rees <sean@rees.us>
# $FreeBSD$
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -common
MAINTAINER= zeising@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
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.r/rc/}
NO_STAGE= yes
.include "${.CURDIR}/../munin-common/munin.mk"
ALL_TARGET= build-common-prime
INSTALL_TARGET= install-common
MAN3= Munin::Common::Config.3 \
Munin::Common::Defaults.3 \
Munin::Common::TLS.3 \
Munin::Common::TLSClient.3 \
Munin::Common::TLSServer.3 \
Munin::Common::Timeout.3
post-install:
@${MKDIR} ${LOGDIR} ${STATEDIR} ${SPOOLDIR}
@${CHOWN} ${USERS}:${GROUPS} ${LOGDIR} ${STADEDIR} ${SPOOLDIR}
@(cd ${WRKSRC}/common/blib/libdoc && for man in ${MAN3} ; do \
${INSTALL_MAN} -C $$man ${PREFIX}/man/man3; \
done)
.include <bsd.port.mk>