openbsd-ports/x11/fluxbox/Makefile
2010-11-22 08:36:47 +00:00

41 lines
824 B
Makefile

# $OpenBSD: Makefile,v 1.50 2010/11/22 08:36:56 espie Exp $
COMMENT= window manager based on the original Blackbox code
VERSION= 0.9.15.1
DISTNAME= fluxbox-${VERSION}
REVISION= 3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
HOMEPAGE= http://fluxbox.org/
MAINTAINER= David Krause <david@openbsd.org>
# X11
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xext Xft Xinerama Xpm Xrandr Xrender \
Xau Xdmcp expat fontconfig freetype stdc++ m c z \
pthread-stubs xcb Imlib2
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.59
CONFIGURE_ARGS= --enable-xinerama --enable-imlib2
USE_LIBTOOL= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
SEPARATE_BUILD= simple
LIB_DEPENDS= graphics/imlib2
.include <bsd.port.mk>