2005-03-23 16:43:31 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2005/03/23 21:43:31 naddy Exp $
|
2000-02-28 07:20:33 -05:00
|
|
|
|
2002-01-20 14:54:13 -05:00
|
|
|
COMMENT= "small, fast window manager"
|
2001-03-26 08:08:25 -05:00
|
|
|
|
2005-03-23 16:43:31 -05:00
|
|
|
DISTNAME= icewm-1.2.20
|
2000-02-28 07:20:33 -05:00
|
|
|
CATEGORIES= x11
|
2000-03-24 17:11:32 -05:00
|
|
|
|
2001-03-26 08:08:25 -05:00
|
|
|
HOMEPAGE= http://www.icewm.org/
|
2000-02-28 07:20:33 -05:00
|
|
|
|
2005-03-23 16:43:31 -05:00
|
|
|
MAINTAINER= Peter Williams <peterbw@gmail.com>
|
2004-05-25 12:36:35 -04:00
|
|
|
|
2002-01-20 14:54:13 -05:00
|
|
|
# LGPL
|
2001-03-26 08:08:25 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-06-30 02:10:17 -04:00
|
|
|
|
2004-12-04 12:25:19 -05:00
|
|
|
WANTLIB= ICE Imlib SM X11 Xext Xft Xinerama Xrandr Xrender \
|
|
|
|
c fontconfig freetype iconv intl jpeg m png stdc++ \
|
|
|
|
tiff ungif z
|
|
|
|
|
2002-05-13 15:08:46 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icewm/}
|
2000-11-29 07:33:17 -05:00
|
|
|
|
2001-10-24 23:11:45 -04:00
|
|
|
LIB_DEPENDS= Imlib.19::graphics/imlib
|
2000-02-28 07:20:33 -05:00
|
|
|
|
|
|
|
USE_X11= Yes
|
2002-01-20 14:54:13 -05:00
|
|
|
NO_REGRESS= Yes
|
2004-05-21 13:00:08 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-03-26 08:08:25 -05:00
|
|
|
CONFIGURE_ARGS= --with-imlib=${PREFIX}/bin \
|
|
|
|
--with-docdir=${PREFIX}/share/doc \
|
2002-01-20 14:54:13 -05:00
|
|
|
--with-libdir=${PREFIX}/share/icewm \
|
2004-05-21 13:00:08 -04:00
|
|
|
--with-cfgdir=${SYSCONFDIR}/icewm \
|
|
|
|
--disable-i18n \
|
|
|
|
--enable-shaped-decorations \
|
|
|
|
--enable-gradients
|
2001-10-24 23:11:45 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2001-03-26 08:08:25 -05:00
|
|
|
|
2000-02-28 07:20:33 -05:00
|
|
|
post-install:
|
2004-05-21 13:00:08 -04:00
|
|
|
@perl -pi -e 's:%%SYSCONFDIR%%:${SYSCONFDIR}:g;' \
|
|
|
|
-e 's:%%PREFIX%%:${TRUEPREFIX}:g;' \
|
|
|
|
${PREFIX}/share/doc/icewm/icewm-7.html
|
2001-03-26 08:08:25 -05:00
|
|
|
|
2000-02-28 07:20:33 -05:00
|
|
|
.include <bsd.port.mk>
|