1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/deskutils/walld/Makefile
Muhammad Moinur Rahman 9f8f710b3e */*: Sanitize MANPREFIX for meson ports
Approved by:	portmgr
2024-01-12 23:40:48 +01:00

31 lines
614 B
Makefile

PORTNAME= walld
DISTVERSION= 1.4.4
PORTREVISION= 2
CATEGORIES= deskutils
MAINTAINER= Dotz0cat@gmail.com
COMMENT= Wallpaper daemon
WWW= https://github.com/Dotz0cat/walld
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libconfig.so:devel/libconfig \
libevent.so:devel/libevent
RUN_DEPENDS= feh>0:graphics/feh
USES= magick meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= Dotz0cat
PLIST_FILES= bin/walld \
share/man/man1/walld.1.gz \
share/man/man5/walldrc.5.gz
OPTIONS_DEFINE= XRDB
XRDB_DESC= Automaticly reload .Xresources with xrdb
XRDB_RUN_DEPENDS= xrdb>0:X11/xrdb
.include <bsd.port.mk>