aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xcompmgr/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-12-23 23:25:35 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-12-23 23:25:35 +0000
commit4e60a4ccd43f29a14cb7dbc0aa62e6446ae7b9bf (patch)
tree7fd99ce9e998ddc9cfe275b74c8caf7608a67a81 /x11-wm/xcompmgr/Makefile
parent60c1fc233b22395640dd1bd6794e26971e2455c2 (diff)
downloadports-4e60a4ccd43f29a14cb7dbc0aa62e6446ae7b9bf.tar.gz
ports-4e60a4ccd43f29a14cb7dbc0aa62e6446ae7b9bf.zip
Notes
Diffstat (limited to 'x11-wm/xcompmgr/Makefile')
-rw-r--r--x11-wm/xcompmgr/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-wm/xcompmgr/Makefile b/x11-wm/xcompmgr/Makefile
new file mode 100644
index 000000000000..ccc97d0f0eda
--- /dev/null
+++ b/x11-wm/xcompmgr/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: xcompmgr
+# Date Created: 16 Oct, 2004
+# Whom: Eric Anholt <anholt@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xcompmgr
+PORTVERSION= 1.1.1
+CATEGORIES= x11-wm
+MASTER_SITES= http://xapps.freedesktop.org/release/
+
+MAINTAINER= anholt@FreeBSD.org
+COMMENT= A sample X compositing manager
+
+USE_XLIB= yes
+GNU_CONFIGURE= yes
+
+MAN1= xcompmgr.1
+
+.include <bsd.port.mk>