pkgsrc/wm/pekwm/Makefile
rillig 144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00

41 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.23 2006/07/22 04:46:19 rillig Exp $
#
DISTNAME= pekwm-0.1.5
CATEGORIES= wm
MASTER_SITES= http://pekwm.org/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://www.pekwm.org/
COMMENT= Window manager based on aewm++
GNU_CONFIGURE= YES
USE_TOOLS+= gmake perl:run
USE_LANGUAGES= c c++
.include "../../mk/bsd.prefs.mk"
.if exists(${X11BASE}/include/X11/extensions/Xinerama.h)
CONFIGURE_ARGS+= --enable-xinerama
.endif
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q:S/\/pekwm//}
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 vars
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
.endfor
.include "../../fonts/Xft2/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"