78 lines
2.2 KiB
Text
78 lines
2.2 KiB
Text
# $NetBSD: Makefile.common,v 1.63 2008/06/17 08:32:41 hauke Exp $
|
|
|
|
DISTNAME= icewm-1.2.35
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11 wm
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icewm/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.icewm.org/
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake msgfmt
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../wm/icewm/distinfo
|
|
FILESDIR= ${.CURDIR}/../../wm/icewm/files
|
|
PATCHDIR= ${.CURDIR}/../../wm/icewm/patches
|
|
|
|
CONFIGURE_ARGS+= --enable-gradients
|
|
CONFIGURE_ARGS+= --enable-antialiasing
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKG_SYSCONFSUBDIR= icewm
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
CONFIGURE_ARGS+= --with-cfgdir=${PKG_SYSCONFDIR:Q}
|
|
.if ${X11_TYPE} != "native"
|
|
.include "../../x11/libXinerama/buildlink3.mk"
|
|
.elif !exists(${X11BASE}/include/X11/extensions/Xinerama.h)
|
|
CONFIGURE_ARGS+= --disable-xinerama
|
|
.endif
|
|
MAKE_FLAGS+= LOCDIR=${PREFIX}/${PKGLOCALEDIR}/locale
|
|
|
|
PKG_SYSCONFSUBDIR= icewm
|
|
|
|
.if ${OPSYS} == "NetBSD" && (!exists(/usr/include/machine/apmvar.h) || \
|
|
(${MACHINE_ARCH} == "sparc64" && !exists(/usr/include/sparc/apmvar.h)))
|
|
SUBST_CLASSES+= apm
|
|
SUBST_STAGE.apm= post-configure
|
|
SUBST_FILES.apm= src/config.h
|
|
SUBST_SED.apm= -e 's,define CONFIG_APPLET_APM 1,undef CONFIG_APPLET_APM,'
|
|
SUBST_MESSAGE.apm= Disable APM applet.
|
|
.endif
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
. if !empty(OS_VERSION:M1.*)
|
|
CONFIGURE_ARGS+= --disable-i18n
|
|
. else
|
|
CONFIGURE_ARGS+= --with-unicode-set=utf-32
|
|
. include "../../converters/libiconv/buildlink3.mk"
|
|
. endif
|
|
.else
|
|
. include "../../converters/libiconv/buildlink3.mk"
|
|
.endif
|
|
LIBS.SunOS+= -lintl
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/icewm
|
|
HTMLDIR= ${PREFIX}/share/doc/icewm/html
|
|
INSTALL_TARGET= install-base install-nls
|
|
|
|
post-extract:
|
|
cp ${FILESDIR}/bsd-daemon.xpm ${WRKSRC}/lib/taskbar
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
|
${INSTALL_DATA_DIR} ${HTMLDIR}
|
|
set -e; \
|
|
for file in BUGS CHANGES COPYING README README.wm-session TODO; do \
|
|
${INSTALL_DATA} ${WRKSRC}/"$${file}" ${DOCDIR}; \
|
|
done
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${HTMLDIR}
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../x11/libXrandr/buildlink3.mk"
|