summaryrefslogtreecommitdiff
path: root/security/linux-c7-openssl-devel/Makefile
blob: fb5ad426bd9ccbc490d8556fd48065b2f4d0b0f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	openssl
PORTVERSION=	1.0.2k
DISTVERSIONSUFFIX=	-25.el7_9
PORTREVISION=	1
CATEGORIES=	security linux
PKGNAMESUFFIX=	-devel

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	OpenSSL headers (Linux CentOS ${LINUX_DIST_VER})
WWW=		https://www.openssl.org/

LICENSE=	OpenSSL

USES=		cpe linux:c7
USE_LINUX=	openssl
USE_LDCONFIG=	yes
USE_LINUX_RPM=	yes

LIB_DISTNAMES=	${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}

DOCSDIR=	${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>