aboutsummaryrefslogtreecommitdiff
path: root/textproc/linux-c7-expat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/linux-c7-expat/Makefile')
-rw-r--r--textproc/linux-c7-expat/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/linux-c7-expat/Makefile b/textproc/linux-c7-expat/Makefile
new file mode 100644
index 000000000000..f71142cb0189
--- /dev/null
+++ b/textproc/linux-c7-expat/Makefile
@@ -0,0 +1,23 @@
+# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
+# $FreeBSD$
+
+PORTNAME= expat
+PORTVERSION= 2.1.0
+CATEGORIES= textproc linux
+
+MAINTAINER= emulation@FreeBSD.org
+COMMENT= Binary port of Expat XML-parsing library (Linux CentOS ${LINUX_DIST_VER})
+
+LICENSE= MIT
+
+CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]*
+
+RPMVERSION= 8.el7
+USES= linux:c7
+USE_LDCONFIG= yes
+USE_LINUX_RPM= yes
+
+PORTDOCS= COPYING README
+DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr
+
+.include <bsd.port.mk>