006901a1ce
Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Only use property pointer if XGetWindowProperty returns success Fix warnings about signed vs. unsigned comparison transset 1.0.2
19 lines
522 B
Makefile
19 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/03/10 22:23:03 wiz Exp $
|
|
|
|
DISTNAME= transset-1.0.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Utility for setting opacity property
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.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"
|