pkgsrc/wm/selectwm/Makefile
wiz e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00

24 lines
626 B
Makefile

# $NetBSD: Makefile,v 1.11 2010/06/13 22:45:31 wiz Exp $
#
DISTNAME= selectwm-0.4.1
PKGREVISION= 7
CATEGORIES= wm
MASTER_SITES= http://ordiluc.net/selectwm/
MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://ordiluc.net/selectwm/
COMMENT= Simple GTK2 application to select window manager
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-included-gettext
.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"