summaryrefslogtreecommitdiff
path: root/wm/selectwm/Makefile
blob: 8c41d551bc00622e8aefc270ed4f9408cf4fef9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.15 2011/04/22 13:44:56 obache Exp $
#

DISTNAME=     selectwm-0.4.1
PKGREVISION=  11
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"