summaryrefslogtreecommitdiff
path: root/x11/xdm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xdm/Makefile')
-rw-r--r--x11/xdm/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/xdm/Makefile b/x11/xdm/Makefile
new file mode 100644
index 000000000000..21228ae93803
--- /dev/null
+++ b/x11/xdm/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: xdm
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xdm
+PORTVERSION= 1.1.4
+PORTREVISION= 1
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= X.Org X display manager
+
+XORG_CAT= app
+USE_XORG= xmu x11 xau xinerama xpm xdmcp xt xext xaw
+
+MAN1= xdm.1
+
+.include <bsd.port.mk>