schwarze f607c8eabc Drop USE_GROFF and bump.
Mandoc now copes with DocBook lists using \h.
2017-06-02 11:33:16 +00:00

31 lines
656 B
Makefile

# $OpenBSD: Makefile,v 1.83 2017/06/02 11:33:16 schwarze Exp $
COMMENT = window manager based on the original Blackbox code
DISTNAME = fluxbox-1.3.7
CATEGORIES = x11
REVISION = 1
HOMEPAGE = http://fluxbox.org/
# X11
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += Imlib2 X11 Xext Xft Xinerama Xpm Xrandr Xrender c fontconfig
WANTLIB += freetype fribidi iconv m ${LIBCXX} z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
LIB_DEPENDS= converters/libiconv \
devel/fribidi \
graphics/imlib2
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE = Yes
NO_TEST = Yes
.include <bsd.port.mk>