2016-08-29 09:13:36 +00:00

55 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.59 2016/08/29 09:13:37 jca Exp $
COMMENT= small and fast window manager
DISTNAME= icewm-1.3.8
REVISION= 3
CATEGORIES= x11
HOMEPAGE= http://www.icewm.org/
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ICE SM X11 Xext Xft Xinerama Xrandr Xrender c fontconfig
WANTLIB += freetype gdk_pixbuf-2.0 gdk_pixbuf_xlib-2.0 glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 iconv intl m pthread stdc++
WANTLIB += z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icewm/}
BUILD_DEPENDS= devel/gettext-tools
LIB_DEPENDS= graphics/gdk-pixbuf2
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc \
--with-libdir=${PREFIX}/share/icewm \
--with-cfgdir=${SYSCONFDIR}/icewm \
--with-kdedatadir=${LOCALBASE}/share \
--with-x \
--enable-shaped-decorations \
--enable-corefonts \
--enable-i18n
# XXX TODO
#CONFIGURE_ARGS+=--with-icesound=sndio
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.arch.mk>
# XXX rendering bug on big-endian systems
.if ${PROPERTIES:Mle}
CONFIGURE_ARGS+= --enable-gradients
.endif
.if ${PROPERTIES:Mapm}
PATCH_LIST= patch-* apm-*
.endif
pre-configure:
${SUBST_CMD} ${WRKSRC}/doc/icewm-7.html
.include <bsd.port.mk>