opnsense-ports/security/linux-c7-openssl/Makefile
Franco Fichtner 7a4684be11 */*: sync with upstream
Taken from: HardenedBSD
2019-06-10 09:56:35 +02:00

29 lines
723 B
Makefile

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= openssl
PORTVERSION= 1.0.2k
DISTVERSIONSUFFIX= -16.el7_6.1
PORTREVISION= 1
CATEGORIES= security linux
PKGNAMESUFFIX= -libs
MAINTAINER= emulation@FreeBSD.org
COMMENT= OpenSSL libraries (Linux CentOS ${LINUX_DIST_VER})
LICENSE= OpenSSL
LICENSE_FILE= ${WRKSRC}/usr/share/licenses/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}/LICENSE
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>