3398effc93
transset-df is a heavily patched version of xorg's transset. It is used to set the transparency of windows in X with the xcomposite extension. It adds several command line options to make it easier to use directly, bound to hot keys in your window manager, or through scripts. These include the ability to select a window by window ID. ok ajacoutot@
30 lines
601 B
Makefile
30 lines
601 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/05 20:01:36 jasper Exp $
|
|
|
|
COMMENT= manage opacity property of windows, extended version
|
|
|
|
DISTNAME= transset-df-6
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://www.forchheimer.se/transset-df/
|
|
|
|
# BSD-like
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= X11 Xau Xcomposite Xdamage Xdmcp Xext Xfixes Xrender c m
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
RUN_DEPENDS= ::x11/xcompmgr
|
|
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
ALL_TARGET=
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/transset-df ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|