openbsd-ports/x11/fluxbox/Makefile

40 lines
884 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.39 2006/11/22 22:29:25 steven Exp $
COMMENT= "window manager based on the original Blackbox code"
VERSION= 0.9.15.1
DISTNAME= fluxbox-${VERSION}
PKGNAME= ${DISTNAME}p0
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
WANTLIB= ICE SM X11 Xext Xft Xinerama Xpm Xrandr Xrender \
fontconfig freetype stdc++ m c
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.59
CONFIGURE_ARGS= --enable-xinerama --enable-imlib2
USE_X11= Yes
NO_REGRESS= Yes
SEPARATE_BUILD= simple
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
2006-08-03 20:10:42 -04:00
LIB_DEPENDS= Imlib2.>=2::graphics/imlib2
CONFIGURE_ENV= PKG_CONFIG_PATH="${X11BASE}/lib/pkgconfig"
.include <bsd.port.mk>