rsadowski aafa5caae3 wallpaper setting utility for X
The xwallpaper utility allows you to set image files as your X wallpaper. JPEG,
PNG, and XPM file formats are supported, all of them being configurable and
therefore no fixed dependencies.

The wallpaper is also advertised to programs which support semi-transparent
backgrounds.

COMMENT tweak and "reads good to me" @landry, tweaks and ok jca@ jturner@
2017-04-23 21:22:25 +00:00

40 lines
880 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2017/04/23 21:22:25 rsadowski Exp $
COMMENT = wallpaper setting utility for X
GH_ACCOUNT = stoeckmann
GH_PROJECT = xwallpaper
GH_TAGNAME = v0.2.1
CATEGORIES = x11 graphics
MAINTAINER = Rafael Sadowski <rsadowski@openbsd.org>
# ISC
PERMIT_PACKAGE_CDROM = Yes
# uses pledge()
WANTLIB += X11 Xpm c jpeg pixman-1 png pthread-stubs xcb xcb-image
WANTLIB += xcb-randr xcb-shm xcb-util
LIB_DEPENDS += graphics/jpeg \
graphics/png
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS} \
devel/libtool
CONFIGURE_STYLE = gnu
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
AUTOCONF_VERSION = 2.69
AUTOMAKE_VERSION = 1.11
pre-configure:
cd ${WRKSRC} && ${SETENV} AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
AUTOCONF_VERSION=${AUTOCONF_VERSION} autoreconf --install
.include <bsd.port.mk>