# $NetBSD: Makefile,v 1.12 2005/04/11 21:47:48 tv Exp $ # DISTNAME= pekwm-0.1.3 PKGREVISION= 1 CATEGORIES= wm MASTER_SITES= http://pekwm.pekdon.net/files/source/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://pekwm.org/ COMMENT= Window manager based on aewm++ GNU_CONFIGURE= YES USE_GNU_TOOLS+= make USE_X11= YES USE_PERL5= run USE_PKGINSTALL= YES USE_LANGUAGES+= c++ .include "../../mk/bsd.prefs.mk" .if exists(${X11BASE}/include/X11/extensions/Xinerama.h) CONFIGURE_ARGS+= --enable-xinerama .endif CONFIGURE_ARGS+= --enable-harbour CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} REPLACE_PERL= data/scripts/pekwm_themeset.pl \ data/scripts/pekwm_ws_menu.pl PKG_SYSCONFSUBDIR= pekwm EGDIR= ${PREFIX}/share/examples/pekwm CONF_FILES= .for f in autoproperties config keys menu mouse start CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} .endfor .undef f .include "../../lang/perl5/buildlink3.mk" .include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk"