aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-c7-nspr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/linux-c7-nspr/Makefile')
-rw-r--r--devel/linux-c7-nspr/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/linux-c7-nspr/Makefile b/devel/linux-c7-nspr/Makefile
new file mode 100644
index 000000000000..9cec42ef8efb
--- /dev/null
+++ b/devel/linux-c7-nspr/Makefile
@@ -0,0 +1,20 @@
+# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
+# $FreeBSD$
+
+PORTNAME= nspr
+PORTVERSION= 4.11.0
+CATEGORIES= devel linux
+
+MAINTAINER= emulation@FreeBSD.org
+COMMENT= Netscape Portable Runtime (Linux CentOS ${LINUX_DIST_VER})
+
+CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]*
+
+RPMVERSION= 1.el7_2
+USES= linux:c7
+USE_LINUX_RPM= yes
+USE_LDCONFIG= yes
+
+DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
+
+.include <bsd.port.mk>