2013-05-09 19:35:40 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.75 2013/05/09 19:35:40 bcallah Exp $
|
2002-01-25 20:11:42 +00:00
|
|
|
|
2007-09-15 20:04:18 +00:00
|
|
|
COMMENT= window manager based on the original Blackbox code
|
2002-01-25 20:11:42 +00:00
|
|
|
|
2013-04-16 15:27:03 +00:00
|
|
|
DISTNAME= fluxbox-1.3.5
|
2013-05-09 19:35:40 +00:00
|
|
|
REVISION= 0
|
2013-01-14 14:27:41 +00:00
|
|
|
|
2002-03-02 17:36:24 +00:00
|
|
|
CATEGORIES= x11
|
2002-09-10 23:24:31 +00:00
|
|
|
|
2002-05-27 13:30:43 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
|
2002-01-25 20:11:42 +00:00
|
|
|
|
2002-09-10 23:24:31 +00:00
|
|
|
HOMEPAGE= http://fluxbox.org/
|
2002-05-06 19:22:24 +00:00
|
|
|
|
2013-05-09 19:35:40 +00:00
|
|
|
MAINTAINER= Brian Callahan <bcallah@openbsd.org>
|
2005-06-12 16:52:20 +00:00
|
|
|
|
2003-10-08 17:13:14 +00:00
|
|
|
# X11
|
2002-01-25 20:11:42 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2010-07-30 11:29:44 +00:00
|
|
|
|
2011-04-24 17:32:23 +00:00
|
|
|
MODULES= converters/libiconv
|
|
|
|
|
2012-12-27 13:51:17 +00:00
|
|
|
WANTLIB= ICE Imlib2 SM X11 Xext Xft Xinerama \
|
2013-04-16 15:27:03 +00:00
|
|
|
Xpm Xrandr Xrender c fontconfig \
|
2012-12-27 13:51:17 +00:00
|
|
|
freetype fribidi m stdc++ z
|
2002-01-25 20:11:42 +00:00
|
|
|
|
2011-11-07 09:17:07 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2011-04-24 17:32:23 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-01-25 20:11:42 +00:00
|
|
|
|
2011-04-24 17:32:23 +00:00
|
|
|
USE_GMAKE= Yes
|
2010-11-22 08:36:47 +00:00
|
|
|
USE_GROFF = Yes
|
2002-01-25 20:11:42 +00:00
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2005-01-23 12:44:10 +00:00
|
|
|
|
2011-11-07 19:10:27 +00:00
|
|
|
LIB_DEPENDS= devel/fribidi>=0.19.2 \
|
2011-04-24 17:32:23 +00:00
|
|
|
graphics/imlib2
|
2005-01-23 12:44:10 +00:00
|
|
|
|
2002-01-25 20:11:42 +00:00
|
|
|
.include <bsd.port.mk>
|