32 lines
626 B
Makefile
Raw Normal View History

2017-04-10 11:46:32 +00:00
# $OpenBSD: Makefile,v 1.22 2017/04/10 11:46:35 sthen Exp $
COMMENT = pager for the Blackbox window manager
2001-01-26 08:34:39 +00:00
DISTNAME = bbpager-0.4.7
REVISION= 2
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-04-10 11:46:32 +00:00
freetype iconv m ${LIBCXX} z pthread-stubs xcb
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>