espie c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00

32 lines
636 B
Makefile

# $OpenBSD: Makefile,v 1.24 2017/07/23 09:26:29 espie Exp $
COMMENT = pager for the Blackbox window manager
DISTNAME = bbpager-0.4.7
REVISION = 3
CATEGORIES = x11
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=bbtools/}
HOMEPAGE = http://bbtools.sourceforge.net/
MAINTAINER = Josh Rivel <josh@rivels.org>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
BUILD_DEPENDS = x11/blackbox
LIB_DEPENDS = converters/libiconv
WANTLIB = ICE SM X11 Xau Xdmcp Xext Xft Xrender c expat fontconfig \
freetype iconv m ${COMPILER_LIBCXX} z pthread-stubs xcb
CONFIGURE_STYLE = gnu
.ifdef DEBUG
CONFIGURE_ARGS+= --enable-debug
.endif
.include <bsd.port.mk>