Added
Link Here
|
1 |
PORTNAME= openca-ocspd |
2 |
DISTVERSIONPREFIX= v |
3 |
DISTVERSION= 3.1.3 |
4 |
CATEGORIES= security |
5 |
|
6 |
MAINTAINER= bruno@ruomad.net |
7 |
COMMENT= OpenCA OCSP responder |
8 |
|
9 |
LICENSE= APACHE20 |
10 |
LICENSE_FILE= ${WRKSRC}/COPYING |
11 |
|
12 |
LIB_DEPENDS= libpki.so:security/libpki |
13 |
|
14 |
USES= ssl gnome autoreconf libtool shebangfix |
15 |
USE_GITHUB= yes |
16 |
GH_ACCOUNT= openca |
17 |
USE_GNOME= libxml2 |
18 |
# Add a rc script to start the OCSP daemon |
19 |
USE_RC_SUBR= ocspd |
20 |
|
21 |
SHEBANG_FILES= etc/ocspd.in scripts/ocspd-genreq.sh.in |
22 |
|
23 |
# Provided patches fix : |
24 |
# - configure.ac to detect the presence of socket.h : |
25 |
# hence the need to autoreconf |
26 |
|
27 |
GNU_CONFIGURE= yes |
28 |
CONFIGURE_ARGS= --with-libpki-prefix=${PREFIX} |
29 |
|
30 |
# Rename installed configuration files to samples |
31 |
post-stage: |
32 |
for f in $$(find ${STAGEDIR}${PREFIX}/etc/ocspd -type f); do \ |
33 |
${MV} $$f $$f.sample; \ |
34 |
done |
35 |
|
36 |
.include <bsd.port.mk> |