openbsd-ports/x11/fluxbox/Makefile

41 lines
826 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.49 2010/11/07 19:50:10 jasper Exp $
COMMENT= window manager based on the original Blackbox code
VERSION= 0.9.15.1
DISTNAME= fluxbox-${VERSION}
2010-07-30 07:29:44 -04:00
REVISION= 3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
HOMEPAGE= http://fluxbox.org/
2005-06-12 12:52:20 -04:00
MAINTAINER= David Krause <david@openbsd.org>
# 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
WANTLIB= ICE SM X11 Xext Xft Xinerama Xpm Xrandr Xrender \
Xau Xdmcp expat fontconfig freetype stdc++ m c z \
2010-07-30 07:29:44 -04:00
pthread-stubs xcb Imlib2
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.59
CONFIGURE_ARGS= --enable-xinerama --enable-imlib2
2007-04-01 02:08:25 -04:00
USE_LIBTOOL= Yes
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
NO_REGRESS= Yes
SEPARATE_BUILD= simple
2010-07-30 07:29:44 -04:00
LIB_DEPENDS= ::graphics/imlib2
.include <bsd.port.mk>