danj 5171d0cdfa Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:39:42 +00:00

32 lines
615 B
Makefile

# $OpenBSD: Makefile,v 1.30 2019/07/17 14:39:44 danj Exp $
COMMENT = pager for the Blackbox window manager
DISTNAME = bbpager-0.4.7
REVISION = 8
CATEGORIES = x11
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=bbtools/}
HOMEPAGE = http://bbtools.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE = 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 xcb
COMPILER = base-clang ports-gcc base-gcc
CONFIGURE_STYLE = gnu
.ifdef DEBUG
CONFIGURE_ARGS+= --enable-debug
.endif
.include <bsd.port.mk>