aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-c7-dbus-glib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/linux-c7-dbus-glib/Makefile')
-rw-r--r--devel/linux-c7-dbus-glib/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/linux-c7-dbus-glib/Makefile b/devel/linux-c7-dbus-glib/Makefile
new file mode 100644
index 000000000000..e55fb6acafd3
--- /dev/null
+++ b/devel/linux-c7-dbus-glib/Makefile
@@ -0,0 +1,22 @@
+# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
+# $FreeBSD$
+
+PORTNAME= dbus-glib
+PORTVERSION= 0.100
+CATEGORIES= devel linux
+
+MAINTAINER= emulation@FreeBSD.org
+COMMENT= GLib bindings for D-Bus (Linux CentOS ${LINUX_DIST_VER})
+
+CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]*
+
+RPMVERSION= 7.el7
+USES= linux:c7
+USE_LDCONFIG= yes
+USE_LINUX= dbuslibs expat
+USE_LINUX_RPM= yes
+
+PORTDOCS= COPYING NEWS
+DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
+
+.include <bsd.port.mk>