24 lines
641 B
Makefile
24 lines
641 B
Makefile
# $NetBSD: Makefile,v 1.8 2010/11/15 22:58:46 abs Exp $
|
|
#
|
|
|
|
DISTNAME= fluxconf-0.9.9
|
|
PKGREVISION= 5
|
|
CATEGORIES= wm
|
|
MASTER_SITES= http://devaux.fabien.free.fr/flux/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://devaux.fabien.free.fr/flux/
|
|
COMMENT= GTK based configuration tool for the fluxbox window manager
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= fluxbox-[0-9]*:../../wm/fluxbox
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --datadir=${PREFIX}/${PKGLOCALEDIR}
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= msgfmt pkg-config
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|