60806aa001
Fix PR pkg/48777
27 lines
792 B
Makefile
27 lines
792 B
Makefile
# $NetBSD: Makefile,v 1.27 2014/05/05 00:48:25 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= fluxconf-0.9.9
|
|
PKGREVISION= 21
|
|
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 "../../mk/compiler.mk"
|
|
.if !empty(PKGSRC_COMPILER:Mclang)
|
|
_WRAP_EXTRA_ARGS.CC+= -Wno-error=invalid-source-encoding -Wno-error=format-security -Wno-error=self-assign
|
|
.endif
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|