pkgsrc/wm/fluxconf/Makefile
rillig 28ec68ce4e Fluxconf needs to be told to install *.po files into the correct
directory. Noticed on Solaris, which uses lib/locale instead of
share/locale.
2007-11-01 14:52:25 +00:00

22 lines
609 B
Makefile

# $NetBSD: Makefile,v 1.3 2007/11/01 14:52:25 rillig Exp $
#
DISTNAME= fluxconf-0.9.9
PKGREVISION= 1
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
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"