2019-06-28 13:53:28 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2019/06/28 13:53:28 espie Exp $
|
2017-04-23 21:22:25 +00:00
|
|
|
|
|
|
|
COMMENT = wallpaper setting utility for X
|
|
|
|
|
2019-06-28 13:53:28 +00:00
|
|
|
V = 0.6.2
|
2018-02-28 12:48:01 +00:00
|
|
|
DISTNAME = xwallpaper-${V}
|
2017-04-23 21:22:25 +00:00
|
|
|
|
|
|
|
CATEGORIES = x11 graphics
|
|
|
|
|
2018-02-28 12:48:01 +00:00
|
|
|
HOMEPAGE = https://github.com/stoeckmann/xwallpaper
|
|
|
|
|
2017-04-23 21:22:25 +00:00
|
|
|
MAINTAINER = Rafael Sadowski <rsadowski@openbsd.org>
|
|
|
|
|
|
|
|
# ISC
|
2019-06-18 08:19:19 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2017-04-23 21:22:25 +00:00
|
|
|
|
|
|
|
# uses pledge()
|
2019-05-10 04:59:49 +00:00
|
|
|
WANTLIB += X11 Xpm c jpeg pixman-1 png xcb xcb-image xcb-randr
|
2018-12-15 09:05:51 +00:00
|
|
|
WANTLIB += xcb-shm xcb-util z
|
2017-04-23 21:22:25 +00:00
|
|
|
|
2018-02-28 12:48:01 +00:00
|
|
|
MASTER_SITES = https://github.com/stoeckmann/xwallpaper/releases/download/v${V}/
|
|
|
|
|
2018-03-04 14:03:52 +00:00
|
|
|
DISTFILES = ${DISTNAME}_1{${DISTNAME}}${EXTRACT_SUFX}
|
2019-05-10 04:59:49 +00:00
|
|
|
EXTRACT_SUFX = .tar.xz
|
2018-03-04 14:03:52 +00:00
|
|
|
|
2017-04-23 21:22:25 +00:00
|
|
|
LIB_DEPENDS += graphics/jpeg \
|
|
|
|
graphics/png
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
|
|
|
|
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2018-12-15 09:05:51 +00:00
|
|
|
NO_TEST = Yes
|
|
|
|
|
2017-04-23 21:22:25 +00:00
|
|
|
.include <bsd.port.mk>
|