3b99c5f001
Commits fd6fbb80e7a6c1d62d696a4f598edc1101b13194 and 822c02e96a88a90540fa622afa5ab196b9ba5a7c.
46 lines
909 B
Makefile
46 lines
909 B
Makefile
# $OpenBSD: Makefile,v 1.54 2011/05/23 09:13:36 dcoppa Exp $
|
|
|
|
COMMENT= window manager based on the original Blackbox code
|
|
|
|
DISTNAME= fluxbox-1.3.1
|
|
|
|
REVISION= 2
|
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
|
|
|
|
HOMEPAGE= http://fluxbox.org/
|
|
|
|
MAINTAINER= David Coppa <dcoppa@openbsd.org>
|
|
|
|
# X11
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= converters/libiconv
|
|
|
|
WANTLIB= ICE Imlib2 SM X11 Xau Xdmcp Xext Xft Xinerama \
|
|
Xpm Xrandr Xrender c expat fontconfig freetype \
|
|
fribidi m pthread-stubs stdc++ xcb z
|
|
|
|
CONFIGURE_STYLE= autoconf
|
|
AUTOCONF_VERSION= 2.67
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
USE_LIBTOOL= Yes
|
|
USE_GMAKE= Yes
|
|
USE_GROFF = Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
SEPARATE_BUILD= simple
|
|
|
|
LIB_DEPENDS= devel/fribidi \
|
|
graphics/imlib2
|
|
|
|
.include <bsd.port.mk>
|