26 lines
581 B
Makefile
26 lines
581 B
Makefile
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>
|