* Ported to GTK+2 * Now understands new font name format used by WindowMaker 0.90 * Bug fixes
33 lines
963 B
Makefile
33 lines
963 B
Makefile
# $NetBSD: Makefile,v 1.26 2005/05/25 09:57:14 adam Exp $
|
|
|
|
DISTNAME= wmakerconf-2.11
|
|
CATEGORIES= x11 wm windowmaker
|
|
MASTER_SITES= http://starplot.org/wmakerconf/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://starplot.org/wmakerconf/
|
|
COMMENT= Gtk+ based configuration tool for Window Maker
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_X11BASE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.if defined(PKG_SYSCONFDIR.windowmaker)
|
|
CONFIGURE_ARGS+= --with-wmakeretcprefix=${PKG_SYSCONFDIR.windowmaker}
|
|
.else
|
|
CONFIGURE_ARGS+= --with-wmakeretcprefix=${PKG_SYSCONFDIR}/WindowMaker
|
|
.endif
|
|
|
|
post-extract:
|
|
${MV} ${WRKSRC}/data/WMWmakerconf ${WRKSRC}/data/WMWmakerconf.in
|
|
|
|
pre-configure:
|
|
${SED} -e 's|@PREFIX@|${PREFIX}|g' < ${WRKSRC}/data/WMWmakerconf.in \
|
|
> ${WRKSRC}/data/WMWmakerconf
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../graphics/imlib2/buildlink3.mk"
|
|
.include "../../wm/windowmaker/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|