31 lines
671 B
Makefile
31 lines
671 B
Makefile
# $OpenBSD: Makefile,v 1.30 2004/04/29 17:30:15 robert Exp $
|
|
|
|
COMMENT= "window manager based on the original Blackbox code"
|
|
|
|
VERSION= 0.9.9
|
|
DISTNAME= fluxbox-${VERSION}
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
|
|
|
|
HOMEPAGE= http://fluxbox.org/
|
|
|
|
# X11
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= autoconf
|
|
AUTOCONF_VERSION= 2.59
|
|
CONFIGURE_ARGS= --enable-kde --enable-xinerama
|
|
|
|
USE_GMAKE= Yes
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
PKG_CONFIG_PATH="${X11BASE}/lib/pkgconfig"
|
|
|
|
.include <bsd.port.mk>
|