freebsd-ports/security/linux-c7-gnutls/Makefile

24 lines
515 B
Makefile
Raw Normal View History

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= gnutls
PORTVERSION= 3.3.29
DISTVERSIONSUFFIX= -9.el7_6
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
2017-01-31 17:54:21 +01:00
COMMENT= GNU Transport Layer Security library (Linux CentOS ${LINUX_DIST_VER})
USES= linux:c7
USE_LDCONFIG= yes
2017-07-07 14:33:35 +02:00
USE_LINUX= libtasn1 nettle p11-kit trousers
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
2017-01-31 17:54:21 +01:00
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
.include <bsd.port.mk>