openbsd-ports/x11/icewm/Makefile
naddy 3e34ec6de7 Update to 1.2.20; from Peter Williams <peterbw@gmail.com>.
Notable changes:
- fix crash/build failure when taskbar disabled
- fix build/link with some gcc/g++ versions
- disable SupportsSemitransparency by default, this makes icewmbg
  exit after setting the image and reduces memory usage
2005-03-23 21:43:31 +00:00

45 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.19 2005/03/23 21:43:31 naddy Exp $
COMMENT= "small, fast window manager"
DISTNAME= icewm-1.2.20
CATEGORIES= x11
HOMEPAGE= http://www.icewm.org/
MAINTAINER= Peter Williams <peterbw@gmail.com>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE Imlib SM X11 Xext Xft Xinerama Xrandr Xrender \
c fontconfig freetype iconv intl jpeg m png stdc++ \
tiff ungif z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icewm/}
LIB_DEPENDS= Imlib.19::graphics/imlib
USE_X11= Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-imlib=${PREFIX}/bin \
--with-docdir=${PREFIX}/share/doc \
--with-libdir=${PREFIX}/share/icewm \
--with-cfgdir=${SYSCONFDIR}/icewm \
--disable-i18n \
--enable-shaped-decorations \
--enable-gradients
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-install:
@perl -pi -e 's:%%SYSCONFDIR%%:${SYSCONFDIR}:g;' \
-e 's:%%PREFIX%%:${TRUEPREFIX}:g;' \
${PREFIX}/share/doc/icewm/icewm-7.html
.include <bsd.port.mk>