freebsd-ports/security/distcache/Makefile
Sunpoet Po-Chuan Hsieh 70c1b78011 Update MASTER_SITES and unbreak this port
PR:		239663 (based on)
Reported by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
2019-08-06 17:43:07 +00:00

42 lines
1 KiB
Makefile

# Created by: Marcel Prisi <marcel.prisi@virtua.ch>
# $FreeBSD$
PORTNAME= distcache
DISTVERSION= 1.5.1
CATEGORIES= security www
MASTER_SITES= SF/distcache/1.%20distcache-devel/1.5.1
MAINTAINER= ports@FreeBSD.org
COMMENT= Distributed OpenSSL session caching tools
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= libtool ssl tar:bzip2
USE_RC_SUBR= dc_server
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --with-ssl=${OPENSSLBASE}
INSTALL_TARGET= install-strip
SUB_LIST= NAME=dc_server
PORTDOCS= ANNOUNCE BUGS CHANGES FAQ README
OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= SSL/TLS libraries were missing or unusable
BROKEN_FreeBSD_13= SSL/TLS libraries were missing or unusable
.endif
post-install:
# INSTALL_TARGET=install-strip isn't working! Brute force it
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
.include <bsd.port.post.mk>