openbsd-ports/x11/icewm/Makefile
wilfried 2662719080 Upgrade to icewm-1.0.7-7
New maintainer:  Pete Fritchman <petef@databits.net>
2001-03-26 13:08:25 +00:00

40 lines
978 B
Makefile

# $OpenBSD: Makefile,v 1.8 2001/03/26 13:08:25 wilfried Exp $
COMMENT= 'small, fast window manager'
DISTNAME= icewm-1.0.7-7
PKGNAME= icewm-1.0.7.7
CATEGORIES= x11
NEED_VERSION= 1.364
HOMEPAGE= http://www.icewm.org/
MAINTAINER= Pete Fritchman <petef@databits.net>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://ftp1.sourceforge.net/icewm/ \
http://www.maol.yi.org/icewm/download/stable/
LIB_DEPENDS= Imlib.19::graphics/imlib \
intl.1::devel/gettext
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= --with-imlib=${PREFIX}/bin \
--with-docdir=${PREFIX}/share/doc \
--with-cfgdir=/etc/icewm
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
WRKDIST= ${WRKDIR}/icewm-1.0.7
post-install:
${INSTALL_DATA} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/lib/X11/icewm/taskbar
.include <bsd.port.mk>