Changeset View
Changeset View
Standalone View
Standalone View
head/security/libressl-devel/Makefile
Property | Old Value | New Value |
---|---|---|
svn:eol-style | null | native \ No newline at end of property |
svn:keywords | null | FreeBSD=%H \ No newline at end of property |
svn:mime-type | null | text/plain \ No newline at end of property |
# Created by: Bernard Spil <brnrd@FreeBSD.org> | |||||
# $FreeBSD$ | |||||
PORTNAME= libressl | |||||
PORTVERSION= 2.3.1 | |||||
PORTREVISIION= 1 | |||||
CATEGORIES= security devel | |||||
MASTER_SITES= OPENBSD/LibreSSL | |||||
PKGNAMESUFFIX= -devel | |||||
MAINTAINER= brnrd@FreeBSD.org | |||||
COMMENT= Free version of the SSL/TLS protocol forked from OpenSSL | |||||
LICENSE= BSD4CLAUSE | |||||
LICENSE_FILE= ${WRKSRC}/COPYING | |||||
CPE_VENDOR= openbsd | |||||
OPTIONS_DEFINE= MAN3 NC | |||||
OPTIONS_DEFAULT= MAN3 NC | |||||
MAN3_DESC= Install API manpages (section 3) | |||||
NC_DESC= Build nc libtls demo application | |||||
CONFLICTS?= openssl-[0-9]* \ | |||||
libressl-[0-9]* | |||||
GNU_CONFIGURE= yes | |||||
CONFIGURE_ARGS= --enable-silent-rules | |||||
USES= cpe libtool pathfix pkgconfig | |||||
USE_LDCONFIG= yes | |||||
OPTIONS_SUB= yes | |||||
INSTALL_TARGET= install-strip | |||||
TEST_TARGET= check | |||||
post-stage-NC-on: | |||||
${INSTALL_PROGRAM} ${WRKSRC}/apps/nc/.libs/nc ${STAGEDIR}/${PREFIX}/bin/nc | |||||
${INSTALL_MAN} ${WRKSRC}/apps/nc/nc.1 ${STAGEDIR}/${PREFIX}/man/man1/nc.1 | |||||
post-install-MAN3-off: | |||||
${RM} -rf ${STAGEDIR}/${PREFIX}/man/man3 | |||||
${REINPLACE_CMD} -e '/^man\/man3/d' ${TMPPLIST} | |||||
.include <bsd.port.mk> |