aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/gcompmgr
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2006-02-18 19:30:53 +0800
committerjylefort <jylefort@FreeBSD.org>2006-02-18 19:30:53 +0800
commit79b41d9338130582550dea1836436e62f8f4dbb2 (patch)
tree9114006a1c45d0aea57d0c88e5357240e4b92f13 /x11-wm/gcompmgr
parentfec16e4f66350ea997b12dced2be8f70c05dc033 (diff)
downloadfreebsd-ports-gnome-79b41d9338130582550dea1836436e62f8f4dbb2.tar.gz
freebsd-ports-gnome-79b41d9338130582550dea1836436e62f8f4dbb2.tar.zst
freebsd-ports-gnome-79b41d9338130582550dea1836436e62f8f4dbb2.zip
Add gcompmgr.
gcompmgr is a GNOME interface to xcompmgr. Through xcompmgr it allows you to use your graphics card to create effects in your GNOME window manager. WWW: http://sourceforge.net/projects/gcompmgr/ PR: ports/93072 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Diffstat (limited to 'x11-wm/gcompmgr')
-rw-r--r--x11-wm/gcompmgr/Makefile41
-rw-r--r--x11-wm/gcompmgr/distinfo3
-rw-r--r--x11-wm/gcompmgr/files/patch-Makefile.in17
-rw-r--r--x11-wm/gcompmgr/pkg-descr4
-rw-r--r--x11-wm/gcompmgr/pkg-plist7
5 files changed, 72 insertions, 0 deletions
diff --git a/x11-wm/gcompmgr/Makefile b/x11-wm/gcompmgr/Makefile
new file mode 100644
index 000000000000..fe55c2667b2c
--- /dev/null
+++ b/x11-wm/gcompmgr/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: gcompmgr
+# Date created: 6 Feb 2006
+# Whom: UMENO Takashi
+#
+# $FreeBSD$
+#
+
+PORTNAME= gcompmgr
+PORTVERSION= 0.21
+CATEGORIES= x11-wm
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= gcompmgr
+
+MAINTAINER= umeno@rr.iij4u.or.jp
+COMMENT= A GNOME interface to xcompmgr
+
+LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
+
+GNU_CONFIGURE= yes
+USE_X_PREFIX= yes
+USE_AUTOTOOLS= automake:19:env
+
+DESKTOP_ENTRIES="gcompmgr" \
+ "Configure window effects" \
+ "" \
+ "gcompmgr" \
+ "Application;Settings;" \
+ true
+
+.include <bsd.port.pre.mk>
+
+.if ${X_WINDOW_SYSTEM:L} != xorg
+IGNORE= requires the composite extension, which is unavailable with XFree86
+.endif
+
+post-patch:
+.for file in depcomp install-sh missing
+ @${LN} -sf ${AUTOMAKE_DIR}/${file} ${WRKSRC}
+.endfor
+
+.include <bsd.port.post.mk>
diff --git a/x11-wm/gcompmgr/distinfo b/x11-wm/gcompmgr/distinfo
new file mode 100644
index 000000000000..6e65aedcc70f
--- /dev/null
+++ b/x11-wm/gcompmgr/distinfo
@@ -0,0 +1,3 @@
+MD5 (gcompmgr-0.21.tar.gz) = 01384f165279ea38145f3e6ad3fac300
+SHA256 (gcompmgr-0.21.tar.gz) = 50b68e830248657a1123526b53191de024475b96679361bcff6f404c26548fa3
+SIZE (gcompmgr-0.21.tar.gz) = 651448
diff --git a/x11-wm/gcompmgr/files/patch-Makefile.in b/x11-wm/gcompmgr/files/patch-Makefile.in
new file mode 100644
index 000000000000..7bd8ad14de0d
--- /dev/null
+++ b/x11-wm/gcompmgr/files/patch-Makefile.in
@@ -0,0 +1,17 @@
+--- Makefile.in.orig Mon Jun 20 17:49:43 2005
++++ Makefile.in Sat Feb 11 21:07:59 2006
+@@ -193,13 +193,11 @@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+ SUBDIRS = src
+-gcompmgrdocdir = ${prefix}/doc/gcompmgr
++gcompmgrdocdir = ${prefix}/share/doc/gcompmgr
+ gcompmgrdoc_DATA = \
+ README\
+- COPYING\
+ AUTHORS\
+ ChangeLog\
+- INSTALL\
+ NEWS\
+ TODO
+
diff --git a/x11-wm/gcompmgr/pkg-descr b/x11-wm/gcompmgr/pkg-descr
new file mode 100644
index 000000000000..8ea076c1d6e5
--- /dev/null
+++ b/x11-wm/gcompmgr/pkg-descr
@@ -0,0 +1,4 @@
+gcompmgr is a GNOME interface to xcompmgr. Through xcompmgr it allows you to
+use your graphics card to create effects in your GNOME window manager.
+
+WWW: http://sourceforge.net/projects/gcompmgr/
diff --git a/x11-wm/gcompmgr/pkg-plist b/x11-wm/gcompmgr/pkg-plist
new file mode 100644
index 000000000000..b415f632dcfd
--- /dev/null
+++ b/x11-wm/gcompmgr/pkg-plist
@@ -0,0 +1,7 @@
+bin/gcompmgr
+%%DOCSDIR%%/AUTHORS
+%%DOCSDIR%%/ChangeLog
+%%DOCSDIR%%/NEWS
+%%DOCSDIR%%/README
+%%DOCSDIR%%/TODO
+@dirrm %%DOCSDIR%%