# Created by: Vsevolod Stakhov
# $FreeBSD: security/openscep/Makefile 327769 2013-09-20 22:55:24Z bapt $

PORTNAME=	openscep
PORTVERSION=	0.4.2
PORTREVISION=	7
CATEGORIES=	security
MASTER_SITES=	http://openscep.othello.ch/download/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Open source scep server


USE_AUTOTOOLS=	libtool
USE_OPENSSL=	yes
USE_OPENLDAP=	yes
USE_APACHE=	22+
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_LDCONFIG=	yes

NO_STAGE=	yes
.include <bsd.port.pre.mk>

PLIST_DIRSTRY=	www/cgi-bin

CPPFLAGS+=	-I${LOCALBASE}/include
CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS=	--with-html-install-dir="${PREFIX}/www/openscep" \
		--with-cgi-install-dir="${PREFIX}/www/cgi-bin/openscep" \
		--with-openscep-dir="${PREFIX}/etc/openscep" \
		--with-pkiclientexe="${PREFIX}/www/cgi-bin/pkiclient.exe"

CONF_DIR=	${PREFIX}/etc/${PORTNAME}
LOCAL_CONF_FILES=	openscep.cnf openscep.ldif openscep.schema slapd.conf

SUB_FILES=	pkg-deinstall pkg-install pkg-message
SUB_LIST=	CONF_DIR="${CONF_DIR}" CONF_FILES="${LOCAL_CONF_FILES}"

MAN1=		derdump.1 \
		scep.1 \
		scepclient.1 \
		scepconf.1 \
		sceplist.1 \
		scepxid.1
MAN5=		openscep.cnf.5
MAN8=		cafingerprint.8 \
		createcrl.8 \
		crl2ldap.8 \
		dn2xid.8 \
		scepd.8 \
		scepgrant.8 \
		scepreject.8 \
		updatecrl.8

post-patch:
	@${REINPLACE_CMD} -e '/^subdirs=/ s|libltdl||' ${WRKSRC}/configure
	@${REINPLACE_CMD} -e '/^SUBDIRS =/ s|libltdl||' ${WRKSRC}/Makefile.in
	@${REINPLACE_CMD} -e 's|^\(install-data-am:\) install-data-local$$|\1|' \
		${WRKSRC}/ldap/Makefile.in ${WRKSRC}/openssl/Makefile.in

post-install:
	${MKDIR} ${CONF_DIR}
	${INSTALL_DATA} ${WRKSRC}/openssl/openscep.cnf ${CONF_DIR}/openscep.cnf.default
.for f in openscep.ldif openscep.schema slapd.conf
	${INSTALL_DATA} ${WRKSRC}/ldap/${f} ${CONF_DIR}/${f}.default
.endfor
	${CHOWN} www:www ${PREFIX}/www/cgi-bin/openscep/*
	${CHOWN} www:www ${PREFIX}/www/cgi-bin/pkiclient.exe
	${CHOWN} www:www ${PREFIX}/etc/openscep/*
	@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>
