openbsd-ports/x11/icewm/Makefile
ajacoutot efd8d25dff - remove the ifdef i386 so that all apm capable arches can make use of the
battery plugin (spotted by mikeb@)
- use SUBST_CMD
2008-08-21 07:34:07 +00:00

56 lines
1.4 KiB
Makefile

# $OpenBSD: Makefile,v 1.37 2008/08/21 07:34:07 ajacoutot Exp $
COMMENT= small, fast window manager
DISTNAME= icewm-1.2.35
PKGNAME= ${DISTNAME}p2
CATEGORIES= x11
HOMEPAGE= http://www.icewm.org/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xft Xinerama Xrandr Xrender \
c expat fontconfig freetype jpeg m png stdc++ tiff \
ungif z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icewm/}
MODULES= devel/gettext
LIB_DEPENDS= Imlib.>=19::graphics/imlib
USE_X11= Yes
# not all powerpc support apm(4), hence the use of ${MACHINE} and macppc
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "i386" \
|| ${MACHINE} == "macppc" || ${MACHINE_ARCH} == "sparc" \
|| ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* apm-*
.endif
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-imlib=${PREFIX}/bin \
--with-docdir=${PREFIX}/share/doc \
--with-libdir=${PREFIX}/share/icewm \
--with-cfgdir=${SYSCONFDIR}/icewm \
--with-kdedatadir=${LOCALBASE}/share \
--with-x \
--enable-shaped-decorations \
--enable-gradients \
--enable-corefonts \
--enable-i18n
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
pre-configure:
${SUBST_CMD} ${WRKSRC}/doc/icewm-7.html
.include <bsd.port.mk>