pkgsrc/x11/xlsclients/Makefile
wiz 68c7392203 Update to 1.1.3:
This minor maintenance release cleans up some compiler warnings,
improves the build configuration, and adds a -version option.

Alan Coopersmith (4):
      Give unique names to the two reply variables in child_info
      Add -version flag to print version from PACKAGE_STRING
      Fix deconstification warnings from gcc
      xlsclients 1.1.3

Gaetan Nadon (3):
      make: remove $(LIBOBJS) dead code
      Revert "make: remove $(LIBOBJS) dead code"
      configure.ac: regroup statements and comment
2013-09-09 09:38:32 +00:00

20 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.10 2013/09/09 09:38:32 wiz Exp $
DISTNAME= xlsclients-1.1.3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X client listing utility
LICENSE= mit
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.include "../../x11/libxcb/buildlink3.mk"
.include "../../x11/xcb-util/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"