summaryrefslogtreecommitdiff
path: root/security/linux-c7-openssl-compat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/linux-c7-openssl-compat/Makefile')
-rw-r--r--security/linux-c7-openssl-compat/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/security/linux-c7-openssl-compat/Makefile b/security/linux-c7-openssl-compat/Makefile
deleted file mode 100644
index 2a4cb73568bd..000000000000
--- a/security/linux-c7-openssl-compat/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
-# $FreeBSD$
-
-PORTNAME= openssl
-PKGNAMESUFFIX= -compat
-PORTVERSION= 0.9.8e
-PORTREVISION= 1
-CATEGORIES= security linux
-DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
-
-MAINTAINER= emulation@FreeBSD.org
-COMMENT= OpenSSL toolkit (Linux CentOS ${LINUX_DIST_VER})
-
-LICENSE= OpenSSL
-LICENSE_FILE= ${WRKSRC}/usr/share/doc/${LINUX_NAME}-${PORTVERSION}/LICENSE
-
-CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}-[0-9]*
-
-LINUX_NAME= openssl098e
-RPMVERSION= 29.el7.centos.3
-USES= linux:c7
-USE_LDCONFIG= yes
-USE_LINUX_RPM= yes
-
-PLIST_SUB+= PORTVERSION="${PORTVERSION}"
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION}
-
-post-install:
-# For libflashsupport.so in www/linux-c7-flashplugin11.
- ${LN} -sf libssl.so.6 ${STAGEDIR}${PREFIX}/usr/lib/libssl.so.7
-
-.include <bsd.port.mk>