openbsd-ports/x11/fluxbox/Makefile
dcoppa 3af1701582 Another round of bug fixes:
Simplifies and fix bugs in FbTk::Timer
(upstream git commit 33161595f482d0dad950ce127b6016eefe8ea691)

Fix bug: actually invert a given Texture (stupid typo)
(upstream git commit bf5da7f1b6e87f574774558700d066d9cff1f436)
2013-01-21 09:49:20 +00:00

43 lines
836 B
Makefile

# $OpenBSD: Makefile,v 1.70 2013/01/21 09:49:20 dcoppa Exp $
COMMENT= window manager based on the original Blackbox code
DISTNAME= fluxbox-1.3.3
REVISION= 2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
HOMEPAGE= http://fluxbox.org/
MAINTAINER= David Coppa <dcoppa@openbsd.org>
# X11
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= converters/libiconv
WANTLIB= ICE Imlib2 SM X11 Xext Xft Xinerama \
Xpm Xrandr Xrender c expat fontconfig \
freetype fribidi m stdc++ z
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LIBTOOL= Yes
USE_GMAKE= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
LIB_DEPENDS= devel/fribidi>=0.19.2 \
graphics/imlib2
.include <bsd.port.mk>