summaryrefslogtreecommitdiffstats
path: root/x11-wm/xcompmgr/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-03-02 19:51:24 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-03-02 19:51:24 +0800
commit9cd73b9d2652ad45570c6852ac31dedeb0a4487e (patch)
tree791c7e4f840ac364015bc7036a4a69388be0950b /x11-wm/xcompmgr/Makefile
parentb8abe5a16c6dc197d05c655e47006cae096dc465 (diff)
downloadxorg-devel-ports-9cd73b9d2652ad45570c6852ac31dedeb0a4487e.tar
xorg-devel-ports-9cd73b9d2652ad45570c6852ac31dedeb0a4487e.tar.gz
xorg-devel-ports-9cd73b9d2652ad45570c6852ac31dedeb0a4487e.tar.bz2
xorg-devel-ports-9cd73b9d2652ad45570c6852ac31dedeb0a4487e.tar.lz
xorg-devel-ports-9cd73b9d2652ad45570c6852ac31dedeb0a4487e.tar.xz
xorg-devel-ports-9cd73b9d2652ad45570c6852ac31dedeb0a4487e.tar.zst
xorg-devel-ports-9cd73b9d2652ad45570c6852ac31dedeb0a4487e.zip
Update to 1.1.6.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@437 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11-wm/xcompmgr/Makefile')
-rw-r--r--x11-wm/xcompmgr/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-wm/xcompmgr/Makefile b/x11-wm/xcompmgr/Makefile
new file mode 100644
index 0000000..53720b2
--- /dev/null
+++ b/x11-wm/xcompmgr/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xcompmgr
+# Date Created: 16 Oct, 2004
+# Whom: Eric Anholt <anholt@FreeBSD.org>
+#
+# $FreeBSD: ports/x11-wm/xcompmgr/Makefile,v 1.12 2011/02/25 16:52:50 miwi Exp $
+#
+
+PORTNAME= xcompmgr
+PORTVERSION= 1.1.6
+CATEGORIES= x11-wm
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= A sample X compositing manager
+
+XORG_CAT= app
+USE_XORG= x11 xcomposite xfixes xdamage xrender
+
+PLIST_FILES= bin/${PORTNAME}
+
+MAN1= xcompmgr.1
+
+.include <bsd.port.mk>