pkgsrc/x11/transset/Makefile
wiz c0668659e0 Initial import of transset-1.0.0:
transset is an utility for setting opacity property.

Features:

 * select window by clicking (as transset)
 * select actual focused X11 window
 * select window by pointing
 * select by window name or id
 * force toggle
 * increase or decrease opacity

This  is the  first  release  of transset  originally  written by  Keith
Packard a  long time  ago.  Daniel Forchheimer  added many  features and
released  it as  transset-df.   This release  includes  all the  patches
written by Daniel Forchheimer and  provides some compiler warning fixes,
cleanup and build improvements.
2012-06-05 06:45:29 +00:00

27 lines
669 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/06/05 06:45:29 wiz Exp $
#
DISTNAME= transset-1.0.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Utility for setting opacity property
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
#INSTALLATION_DIRS= bin
#do-install:
# ${INSTALL_PROGRAM} ${WRKSRC}/transset-df ${DESTDIR}${PREFIX}/bin
.include "../../x11/libXcomposite/buildlink3.mk"
.include "../../x11/libXfixes/buildlink3.mk"
.include "../../x11/libXdamage/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"