pkgsrc/wm/selectwm/Makefile
tonio bc6d549925 Force the package to use external gettext
Fix link problem with gettext under darwin
Update maintainer address

bump PKGREVISION
2005-09-13 21:21:12 +00:00

21 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/09/13 21:21:12 tonio Exp $
#
DISTNAME= selectwm-0.4.1
PKGREVISION= 1
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
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 "../../mk/bsd.pkg.mk"