diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/transset-df/Makefile | 31 | ||||
-rw-r--r-- | x11-wm/transset-df/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/transset-df/pkg-descr | 4 |
4 files changed, 38 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 21c8d17eaa3b..0c46f7d22076 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -92,6 +92,7 @@ SUBDIR += swm SUBDIR += tinywm SUBDIR += tpager + SUBDIR += transset-df SUBDIR += treewm SUBDIR += tvtwm SUBDIR += ude diff --git a/x11-wm/transset-df/Makefile b/x11-wm/transset-df/Makefile new file mode 100644 index 000000000000..c2c93059bbb8 --- /dev/null +++ b/x11-wm/transset-df/Makefile @@ -0,0 +1,31 @@ +# Ports collection makefile for: transset-df +# Date created: 2005-09-21 +# Whom: Andreas Kohn <andreas@syndrom23.de> +# +# $FreeBSD$ +# + +PORTNAME= transset-df +PORTVERSION= 4 +CATEGORIES= x11-wm +MASTER_SITES= http://forchheimer.se/transset-df/ + +MAINTAINER= andreas@syndrom23.de +COMMENT= Make your windows transparent + +USE_X_PREFIX= yes +ALL_TARGET= transset-df +MAKE_ARGS= CFLAGS="${CFLAGS}" + +PLIST_FILES= bin/transset-df + +.include <bsd.port.pre.mk> + +.if ${X_WINDOW_SYSTEM:L} != xorg +IGNORE= requires X.Org; install x11/xorg and try again +.endif + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/transset-df ${PREFIX}/bin + +.include <bsd.port.post.mk> diff --git a/x11-wm/transset-df/distinfo b/x11-wm/transset-df/distinfo new file mode 100644 index 000000000000..ddfc151e8cf4 --- /dev/null +++ b/x11-wm/transset-df/distinfo @@ -0,0 +1,2 @@ +MD5 (transset-df-4.tar.gz) = 46180d6375801202586cb4b74ca7ad9f +SIZE (transset-df-4.tar.gz) = 10071 diff --git a/x11-wm/transset-df/pkg-descr b/x11-wm/transset-df/pkg-descr new file mode 100644 index 000000000000..1780f7371a7d --- /dev/null +++ b/x11-wm/transset-df/pkg-descr @@ -0,0 +1,4 @@ +A patched version of X.org's original transset, supporting +several different 'select methods'. + +WWW: http://forchheimer.se/transset-df/ |