cda22e4349
when xrandr(1) is not installed: $ hsetroot ... sh: xrandr: not found
33 lines
597 B
Makefile
33 lines
597 B
Makefile
# Created by: Vincent Tantardini <vinc@freebsd-fr.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hsetroot
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 14
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Wallpaper manipulation utility for X11
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libImlib2.so:graphics/imlib2
|
|
RUN_DEPENDS= xrandr:x11/xrandr
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= himdel
|
|
GH_TAGNAME= 47d887b
|
|
|
|
USES= pkgconfig
|
|
USE_XORG= x11
|
|
|
|
PLIST_FILES= bin/hsetroot
|
|
PORTDOCS= README.md
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.md ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|