aboutsummaryrefslogtreecommitdiff
path: root/security/linux-c7-openssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/linux-c7-openssl/Makefile')
-rw-r--r--security/linux-c7-openssl/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/security/linux-c7-openssl/Makefile b/security/linux-c7-openssl/Makefile
deleted file mode 100644
index c07bd0cf6b35..000000000000
--- a/security/linux-c7-openssl/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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>