pkgsrc/x11/xcursorgen/Makefile

19 lines
533 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.26 2014/06/01 08:03:27 wiz Exp $
DISTNAME= xcursorgen-1.0.6
Switch to modular xorg version of xcursorgen. 1.0.5: This minor maintenance release fixes compiler warnings and improves build configuration. Alan Coopersmith (5): Strip trailing whitespace Remove old XFree86 CVS id Add const attributes to fix gcc -Wwrite-strings warnings Fix -image argument parsing to not shadow "i" variable xcursorgen 1.0.5 Gaetan Nadon (2): config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: move man pages into their own directory 1.0.4: This minor maintenance release allows building with libpng 1.4 & later, and includes the usual round of recent build improvements & janitorial cleanups. Alan Coopersmith (2): config: Remove unnecessary calls from configure.ac xcursorgen 1.0.4 Cody Maloney (1): Upgraded to work with libpng14 Gaetan Nadon (6): Makefile.am: do not include autogen.sh in distribution #24183 .gitignore: use common defaults with custom section # 24239 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES config: update AC_PREREQ statement to 2.60 Yaakov Selkowitz (2): Remove INSTALL from git Use AC_PROG_SED and MAN_SUBSTS in macros-1.8 1.0.3: Minor janitorial release of the application to prepare X cursor sets for use with libXcursor. Alan Coopersmith (3): Add README with pointers to mailing lists, bugzilla, & git Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS xcursorgen 1.0.3 Paulo Cesar Pereira de Andrade (1): Ansification and compile warning fixes. 1.0.2: Alan Coopersmith: Coverity #621: RESOURCE_LEAK: Returned without freeing storage "curr" renamed: .cvsignore -> .gitignore Coverity #624: RESOURCE_LEAK: Returned without freeing storage "fp" Change xcursorgen_CFLAGS to AM_CFLAGS to make automake-1.10 happier Replace static ChangeLog with dist-hook to generate from git log Use PACKAGE_VERSION for --version output Remove unused AC_TYPE_SIGNAL from configure.ac Add options/flags to man page & other man page cleanups Correct help flag in usage message (-?, not -h) Use strdup instead of malloc/strlen/strcpy Set version string in man page Version bump: 1.0.2 1.0.1: Bug #3270: Fix rounding errors. Technically, this is a downgrade of the version number, but I don't really care and I hope noone else does either.
2012-08-24 17:20:18 +02:00
CATEGORIES= x11 graphics
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
Switch to modular xorg version of xcursorgen. 1.0.5: This minor maintenance release fixes compiler warnings and improves build configuration. Alan Coopersmith (5): Strip trailing whitespace Remove old XFree86 CVS id Add const attributes to fix gcc -Wwrite-strings warnings Fix -image argument parsing to not shadow "i" variable xcursorgen 1.0.5 Gaetan Nadon (2): config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: move man pages into their own directory 1.0.4: This minor maintenance release allows building with libpng 1.4 & later, and includes the usual round of recent build improvements & janitorial cleanups. Alan Coopersmith (2): config: Remove unnecessary calls from configure.ac xcursorgen 1.0.4 Cody Maloney (1): Upgraded to work with libpng14 Gaetan Nadon (6): Makefile.am: do not include autogen.sh in distribution #24183 .gitignore: use common defaults with custom section # 24239 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES config: update AC_PREREQ statement to 2.60 Yaakov Selkowitz (2): Remove INSTALL from git Use AC_PROG_SED and MAN_SUBSTS in macros-1.8 1.0.3: Minor janitorial release of the application to prepare X cursor sets for use with libXcursor. Alan Coopersmith (3): Add README with pointers to mailing lists, bugzilla, & git Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS xcursorgen 1.0.3 Paulo Cesar Pereira de Andrade (1): Ansification and compile warning fixes. 1.0.2: Alan Coopersmith: Coverity #621: RESOURCE_LEAK: Returned without freeing storage "curr" renamed: .cvsignore -> .gitignore Coverity #624: RESOURCE_LEAK: Returned without freeing storage "fp" Change xcursorgen_CFLAGS to AM_CFLAGS to make automake-1.10 happier Replace static ChangeLog with dist-hook to generate from git log Use PACKAGE_VERSION for --version output Remove unused AC_TYPE_SIGNAL from configure.ac Add options/flags to man page & other man page cleanups Correct help flag in usage message (-?, not -h) Use strdup instead of malloc/strlen/strcpy Set version string in man page Version bump: 1.0.2 1.0.1: Bug #3270: Fix rounding errors. Technically, this is a downgrade of the version number, but I don't really care and I hope noone else does either.
2012-08-24 17:20:18 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://cgit.freedesktop.org/xorg/app/xcursorgen/
COMMENT= Prepare X11 cursor sets for use with libXcursor
Switch to modular xorg version of xcursorgen. 1.0.5: This minor maintenance release fixes compiler warnings and improves build configuration. Alan Coopersmith (5): Strip trailing whitespace Remove old XFree86 CVS id Add const attributes to fix gcc -Wwrite-strings warnings Fix -image argument parsing to not shadow "i" variable xcursorgen 1.0.5 Gaetan Nadon (2): config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: move man pages into their own directory 1.0.4: This minor maintenance release allows building with libpng 1.4 & later, and includes the usual round of recent build improvements & janitorial cleanups. Alan Coopersmith (2): config: Remove unnecessary calls from configure.ac xcursorgen 1.0.4 Cody Maloney (1): Upgraded to work with libpng14 Gaetan Nadon (6): Makefile.am: do not include autogen.sh in distribution #24183 .gitignore: use common defaults with custom section # 24239 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES config: update AC_PREREQ statement to 2.60 Yaakov Selkowitz (2): Remove INSTALL from git Use AC_PROG_SED and MAN_SUBSTS in macros-1.8 1.0.3: Minor janitorial release of the application to prepare X cursor sets for use with libXcursor. Alan Coopersmith (3): Add README with pointers to mailing lists, bugzilla, & git Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS xcursorgen 1.0.3 Paulo Cesar Pereira de Andrade (1): Ansification and compile warning fixes. 1.0.2: Alan Coopersmith: Coverity #621: RESOURCE_LEAK: Returned without freeing storage "curr" renamed: .cvsignore -> .gitignore Coverity #624: RESOURCE_LEAK: Returned without freeing storage "fp" Change xcursorgen_CFLAGS to AM_CFLAGS to make automake-1.10 happier Replace static ChangeLog with dist-hook to generate from git log Use PACKAGE_VERSION for --version output Remove unused AC_TYPE_SIGNAL from configure.ac Add options/flags to man page & other man page cleanups Correct help flag in usage message (-?, not -h) Use strdup instead of malloc/strlen/strcpy Set version string in man page Version bump: 1.0.2 1.0.1: Bug #3270: Fix rounding errors. Technically, this is a downgrade of the version number, but I don't really care and I hope noone else does either.
2012-08-24 17:20:18 +02:00
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
2004-04-19 06:53:58 +02:00
.include "../../graphics/png/buildlink3.mk"
Switch to modular xorg version of xcursorgen. 1.0.5: This minor maintenance release fixes compiler warnings and improves build configuration. Alan Coopersmith (5): Strip trailing whitespace Remove old XFree86 CVS id Add const attributes to fix gcc -Wwrite-strings warnings Fix -image argument parsing to not shadow "i" variable xcursorgen 1.0.5 Gaetan Nadon (2): config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: move man pages into their own directory 1.0.4: This minor maintenance release allows building with libpng 1.4 & later, and includes the usual round of recent build improvements & janitorial cleanups. Alan Coopersmith (2): config: Remove unnecessary calls from configure.ac xcursorgen 1.0.4 Cody Maloney (1): Upgraded to work with libpng14 Gaetan Nadon (6): Makefile.am: do not include autogen.sh in distribution #24183 .gitignore: use common defaults with custom section # 24239 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES config: update AC_PREREQ statement to 2.60 Yaakov Selkowitz (2): Remove INSTALL from git Use AC_PROG_SED and MAN_SUBSTS in macros-1.8 1.0.3: Minor janitorial release of the application to prepare X cursor sets for use with libXcursor. Alan Coopersmith (3): Add README with pointers to mailing lists, bugzilla, & git Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS xcursorgen 1.0.3 Paulo Cesar Pereira de Andrade (1): Ansification and compile warning fixes. 1.0.2: Alan Coopersmith: Coverity #621: RESOURCE_LEAK: Returned without freeing storage "curr" renamed: .cvsignore -> .gitignore Coverity #624: RESOURCE_LEAK: Returned without freeing storage "fp" Change xcursorgen_CFLAGS to AM_CFLAGS to make automake-1.10 happier Replace static ChangeLog with dist-hook to generate from git log Use PACKAGE_VERSION for --version output Remove unused AC_TYPE_SIGNAL from configure.ac Add options/flags to man page & other man page cleanups Correct help flag in usage message (-?, not -h) Use strdup instead of malloc/strlen/strcpy Set version string in man page Version bump: 1.0.2 1.0.1: Bug #3270: Fix rounding errors. Technically, this is a downgrade of the version number, but I don't really care and I hope noone else does either.
2012-08-24 17:20:18 +02:00
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXcursor/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"