diff options
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/gcompmgr/Makefile | 41 | ||||
-rw-r--r-- | x11-wm/gcompmgr/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/gcompmgr/files/patch-Makefile.in | 17 | ||||
-rw-r--r-- | x11-wm/gcompmgr/pkg-descr | 4 | ||||
-rw-r--r-- | x11-wm/gcompmgr/pkg-plist | 7 |
6 files changed, 73 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 70ad2b969b15..b003ac3096a0 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -46,6 +46,7 @@ SUBDIR += fvwm2-i18n SUBDIR += fvwm95 SUBDIR += fvwm95-i18n + SUBDIR += gcompmgr SUBDIR += genmenu SUBDIR += golem SUBDIR += gwm 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%% |