25 lines
577 B
Makefile
25 lines
577 B
Makefile
PORTNAME= gnutls
|
|
PORTVERSION= 3.8.10
|
|
DISTVERSIONSUFFIX= -4.el9_8
|
|
CATEGORIES= security linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= GNU Transport Layer Security library (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= https://gnutls.org/
|
|
|
|
USES= cpe linux:rl9
|
|
CPE_VENDOR= gnu
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= libtasn1 nettle p11-kit
|
|
USE_LINUX_RPM= yes
|
|
WANT_LINUX32= yes
|
|
|
|
CONFLICTS= linux-c7-${PORTNAME}
|
|
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
.include <bsd.port.mk>
|