24 lines
627 B
Makefile
24 lines
627 B
Makefile
# $NetBSD: Makefile,v 1.9 2008/06/20 01:09:40 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= selectwm-0.4.1
|
|
PKGREVISION= 5
|
|
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"
|