0abc4d0290
This minor bugfix release includes fixes for several small bugs, a more complete man page, and some general code cleanups. Alan Coopersmith (8): Combine usage message into single string/call Include PACKAGE_STRING in --version output Move release date from transset.c to configure.ac so we remember to update it Use correct variable for printing current opacity Typo fixes in verbose message & comment Store min & max as doubles, not floats Add the options to the man page (they were all missing before) transset 1.0.1 Arnaud Fontaine (1): Fix program name in usage information, transset instead of transset-df.
24 lines
628 B
Makefile
24 lines
628 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/05/18 13:33:05 wiz Exp $
|
|
|
|
DISTNAME= transset-1.0.1
|
|
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
|
|
|
|
#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"
|