mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
39ed3d349b
Reported by: rodrigo
47 lines
1.2 KiB
Makefile
47 lines
1.2 KiB
Makefile
# Created by: jrhett@netconsonance.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cfengine
|
|
PORTVERSION= 3.2.3
|
|
PORTREVISION= 6
|
|
PORTEPOCH= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://s3.amazonaws.com/cfengine.package-repos/tarballs/
|
|
PKGNAMESUFFIX= 32
|
|
|
|
MAINTAINER= cy@FreeBSD.org
|
|
# gjb@FreeBSD.org is an alternate committer for this port
|
|
# skreuzer@FreeBSD.org is an alternate committer for this port
|
|
COMMENT= Systems administration tool for networks
|
|
CPE_VENDOR= gnu
|
|
|
|
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES}
|
|
|
|
CONFLICTS= cfengine-2* cfengine-3.[13-9]* cfengine-devel-* \
|
|
cfengine3[3-9]-* cfengine31[0-9]-*
|
|
|
|
USE_RC_SUBR= cf-execd cf-serverd
|
|
|
|
LIB_DEPENDS= libpcre.so:devel/pcre
|
|
|
|
USES= bdb cpe libtool ssl
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS+= -I${OPENSSLINC}
|
|
LDFLAGS+= -L${OPENSSLLIB}
|
|
# EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3
|
|
DOCSDIR= ${PREFIX}/share/doc/cfengine3
|
|
CONFIGURE_ARGS= --docdir=${DOCSDIR} \
|
|
--htmldir=${DOCSDIR}/html \
|
|
--with-berkeleydb=${LOCALBASE} \
|
|
--with-pcre=${LOCALBASE}
|
|
|
|
CONFIGURE_ENV+= BERKELEY_DB_CFLAGS=-I${BDB_INCLUDE_DIR} \
|
|
BERKELEY_DB_LDFLAGS=-L${BDB_LIB_DIR} \
|
|
BERKELEY_DB_LIB=-l${BDB_LIB_NAME}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^htmldir/s!=.*!= @htmldir@!'\
|
|
${WRKSRC}/docs/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|