34 lines
664 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.28 2019/01/13 15:19:52 cwen Exp $
COMMENT = pager for the Blackbox window manager
2001-01-26 08:34:39 +00:00
DISTNAME = bbpager-0.4.7
REVISION = 7
CATEGORIES = x11
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=bbtools/}
HOMEPAGE = http://bbtools.sourceforge.net/
2001-01-26 08:34:39 +00:00
2014-10-28 08:18:30 +00:00
MAINTAINER = Josh Rivel <josh@rivels.org>
2001-01-26 08:34:39 +00:00
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
2001-01-26 08:34:39 +00:00
2010-11-22 08:36:47 +00:00
BUILD_DEPENDS = x11/blackbox
2001-07-09 17:10:49 +00:00
LIB_DEPENDS = converters/libiconv
WANTLIB = ICE SM X11 Xau Xdmcp Xext Xft Xrender c expat fontconfig \
2017-10-23 17:11:02 +00:00
freetype iconv m ${COMPILER_LIBCXX} z xcb
COMPILER = base-clang ports-gcc base-gcc
CONFIGURE_STYLE = gnu
2001-01-26 08:34:39 +00:00
2016-03-23 12:51:49 +00:00
.ifdef DEBUG
CONFIGURE_ARGS+= --enable-debug
.endif
2001-01-26 08:34:39 +00:00
.include <bsd.port.mk>