openbsd-ports/x11/fluxbox/Makefile

45 lines
858 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.66 2012/12/27 13:51:17 dcoppa Exp $
COMMENT= window manager based on the original Blackbox code
2011-10-30 11:16:13 -04:00
DISTNAME= fluxbox-1.3.2
REVISION= 7
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
HOMEPAGE= http://fluxbox.org/
MAINTAINER= David Coppa <dcoppa@openbsd.org>
2005-06-12 12:52:20 -04:00
# X11
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-07-30 07:29:44 -04:00
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"
2007-04-01 02:08:25 -04:00
USE_LIBTOOL= Yes
USE_GMAKE= Yes
2010-11-22 03:36:47 -05:00
USE_GROFF = Yes
NO_REGRESS= Yes
SEPARATE_BUILD= Yes
LIB_DEPENDS= devel/fribidi>=0.19.2 \
graphics/imlib2
.include <bsd.port.mk>