aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xdtm/Makefile
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1995-04-26 19:49:42 +0800
committergpalmer <gpalmer@FreeBSD.org>1995-04-26 19:49:42 +0800
commit77f94ce087d5b71bd7c676c8a4de26b33101d932 (patch)
treec17020465b7d729896e7d643a3611c48af6f7fe1 /x11/xdtm/Makefile
parentf55104da9288e5efca521f871d4158d3dba94fa5 (diff)
downloadfreebsd-ports-gnome-77f94ce087d5b71bd7c676c8a4de26b33101d932.tar.gz
freebsd-ports-gnome-77f94ce087d5b71bd7c676c8a4de26b33101d932.tar.zst
freebsd-ports-gnome-77f94ce087d5b71bd7c676c8a4de26b33101d932.zip
xdtm - X Desktop Manager.
Diffstat (limited to 'x11/xdtm/Makefile')
-rw-r--r--x11/xdtm/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/xdtm/Makefile b/x11/xdtm/Makefile
new file mode 100644
index 000000000000..2535aa02674d
--- /dev/null
+++ b/x11/xdtm/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: xdtm
+# Version required: 2.5.5
+# Date created: 26th April 1995
+# Whom: gpalmer
+#
+# $Id$
+#
+
+DISTNAME= xdtm-2.5.5
+CATEGORIES+= x11
+MASTER_SITES= ftp://ftp.x.org/contrib/applications/xdtm/
+
+MAINTAINER= gpalmer@FreeBSD.ORG
+
+LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
+
+USE_IMAKE= yes
+WRKSRC= ${WRKDIR}/xdtm
+
+.include <bsd.port.mk>