summaryrefslogtreecommitdiff
path: root/x11/lightdm-gtk-greeter/Makefile
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2016-12-26 06:53:37 +0000
committerBen Woods <woodsb02@FreeBSD.org>2016-12-26 06:53:37 +0000
commit81a45042c342bf0f62a4c96fb97d90ec979d9f23 (patch)
tree590486ac88d7babc478cab49e7a99301356865d8 /x11/lightdm-gtk-greeter/Makefile
parentgames/openbor: skip non-existing bor.pak (diff)
Add x11/lightdm and x11/lightdm-gtk-greeter.
Lightdm is a display manager that: * Is cross-desktop - supports different desktops * Supports different display technologies * Is lightweight - low memory usage and fast performance * Has a comprehensive test suite WWW: https://www.freedesktop.org/wiki/Software/LightDM/ lightdm-gtk-greeter is the reference GTK+ greeter for LightDM. WWW: https://launchpad.net/lightdm-gtk-greeter Approved by: adamw (mentor, implicit)
Notes
Notes: svn path=/head/; revision=429481
Diffstat (limited to 'x11/lightdm-gtk-greeter/Makefile')
-rw-r--r--x11/lightdm-gtk-greeter/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/lightdm-gtk-greeter/Makefile b/x11/lightdm-gtk-greeter/Makefile
new file mode 100644
index 000000000000..20fa0b9db4ec
--- /dev/null
+++ b/x11/lightdm-gtk-greeter/Makefile
@@ -0,0 +1,23 @@
+# Created by: Ben Woods <woodsb02@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= lightdm-gtk-greeter
+PORTVERSION= 2.0.2
+CATEGORIES= x11
+MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
+
+MAINTAINER= woodsb02@FreeBSD.org
+COMMENT= GTK+ greeter for LightDM
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= liblightdm-gobject-1.so:x11/lightdm
+
+USES= gettext gmake localbase pkgconfig xfce
+GNU_CONFIGURE= yes
+USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
+USE_XFCE= libexo
+USE_XORG= x11
+
+.include <bsd.port.mk>