aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cfengine/Makefile
blob: d90211c22c88f60cc4351492747449d86e05738c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    cfengine
# Date created:     March 16, 1998
# Whom:         jseger@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   cfengine
PORTVERSION=    2.1.21
PORTREVISION=   1
CATEGORIES= sysutils
MASTER_SITES=   ftp://ftp.iu.hio.no/pub/cfengine/ \
        ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= sergei@FreeBSD.org
COMMENT=    A systems administration tool for networks

USE_BDB=    yes
USE_OPENSSL=    yes
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-berkeleydb=${LOCALBASE} --with-docs
CPPFLAGS+=  -I${BDB_INCLUDE_DIR}
LDFLAGS+=   -L${BDB_LIB_DIR} -l${BDB_LIB_NAME}

.if !defined(NOPORTDOCS)
INFO=       cfengine-Anomalies cfengine-Reference cfengine-Tutorial
.endif

MAN8=       cfagent.8 cfengine.8 cfenvd.8 cfenvgraph.8 cfetoolcheck.8 \
        cfetoolcreate.8 cfetooldump.8 cfetoolgraph.8 cfetoolimport.8 \
        cfetoolinfo.8 cfetoolupdate.8 cfexecd.8 cfkey.8 \
        cfrun.8 cfservd.8 cfshow.8

.include <bsd.port.mk>