aboutsummaryrefslogtreecommitdiff
path: root/x11/hsetroot/Makefile
blob: 252418b4333d14981dc0c48844b100c1d3331416 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PORTNAME=	hsetroot
PORTVERSION=	1.0.5
CATEGORIES=	x11

MAINTAINER=	danfe@FreeBSD.org
COMMENT=	Wallpaper manipulation utility for X11
WWW=		https://github.com/himdel/hsetroot

LICENSE=	GPLv2

LIB_DEPENDS=	libImlib2.so:graphics/imlib2

USE_CSTD=	c99
USE_GITHUB=	yes
GH_ACCOUNT=	himdel

USES=		gmake pkgconfig xorg
USE_XORG=	x11 xinerama

PLIST_FILES=	bin/hsetroot bin/hsr-outputs
PORTDOCS=	README.md

OPTIONS_DEFINE=	DOCS

do-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/*.md ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>