4e9948773e
PR: 24556 Submitted by: Ports Fury
37 lines
827 B
Makefile
37 lines
827 B
Makefile
# New ports collection makefile for: cfengine
|
|
# Date created: March 16, 1998
|
|
# Whom: jseger@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cfengine
|
|
PORTVERSION= 1.6.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.iu.hioslo.no/pub/cfengine/ \
|
|
${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
.if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h)
|
|
LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
|
|
.endif
|
|
|
|
USE_GMAKE= yes
|
|
USE_AUTOMAKE= yes
|
|
|
|
MAN8= cfengine.8
|
|
|
|
pre-configure:
|
|
@cd ${WRKSRC} && aclocal && autoheader
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
|
.for docfile in cf-security.html cfengine-Reference.html cfengine-Tutorial.html
|
|
${INSTALL_MAN} ${WRKSRC}/doc/${docfile} ${PREFIX}/share/doc/${PORTNAME}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|