pkgsrc/x11/xsetroot/Makefile
wiz ba753aed6f Update to 1.1.1:
This minor maintenance release includes several years of build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.

Alan Coopersmith (5):
      config: Add missing AC_CONFIG_SRCDIR
      Mark usage with _X_NORETURN to quiet -Wmissing-noreturn warning
      Combine usage message strings
      Add -version option
      xsetroot 1.1.1

Gaetan Nadon (4):
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: remove trailing spaces and tabs
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory
2013-01-23 07:57:45 +00:00

23 lines
575 B
Makefile

# $NetBSD: Makefile,v 1.8 2013/01/23 07:57:45 wiz Exp $
#
DISTNAME= xsetroot-1.1.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X root window parameter setting program
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/xbitmaps/buildlink3.mk"
.include "../../x11/libXcursor/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"