diff options
author | June McEnroe <june@causal.agency> | 2021-03-24 19:48:12 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-03-24 19:48:12 +0000 |
commit | 29c3329e7281acf0ca7c61768957a25c5eff456b (patch) | |
tree | 7291a33a4e10511d0d1b6487e71ad6d1cb65b638 /security/libretls/Makefile | |
parent | Add bubger port (diff) | |
download | ports-29c3329e7281acf0ca7c61768957a25c5eff456b.tar.gz ports-29c3329e7281acf0ca7c61768957a25c5eff456b.zip |
Import security/libretls from ports svn
Diffstat (limited to 'security/libretls/Makefile')
-rw-r--r-- | security/libretls/Makefile | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/security/libretls/Makefile b/security/libretls/Makefile index ca29014..5fca48e 100644 --- a/security/libretls/Makefile +++ b/security/libretls/Makefile @@ -1,28 +1,19 @@ -# $FreeBSD$ +# $FreeBSD: head/security/libretls/Makefile 561899 2021-01-18 07:55:49Z bapt $ PORTNAME= libretls PORTVERSION= 3.3.1 CATEGORIES= security devel MASTER_SITES= https://causal.agency/libretls/ -MAINTAINER= june@causal.agency -COMMENT= Port of libtls for OpenSSL +MAINTAINER= bapt@FreeBSD.org +COMMENT= TLS library designed to ease writing foolproof applications LICENSE= ISCL -BROKEN_SSL= libressl -BROKEN_SSL_REASON_libressl= libtls is provided by LibreSSL - -USES= libtool pathfix pkgconfig ssl -USE_LDCONFIG= yes +USES= libtool ssl pkgconfig +INSTALL_TARGET= install-strip GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} -CFLAGS+= -fpic -DPIC -Wl,-rpath,${PREFIX}/lib -Wl,--as-needed -LDFLAGS+= -pthread -CONFLICTS_INSTALL= libressl-[0-9]* \ - libressl-devel-[0-9]* - -INSTALL_TARGET= install-strip +USE_LDCONFIG= yes .include <bsd.port.mk> |