1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/misc/wmforecast/Makefile
Nuno Teixeira 6d1c39d8c9 misc/wmforecast: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-17 11:06:24 +00:00

35 lines
890 B
Makefile

PORTNAME= wmforecast
DISTVERSION= 1.9.0
PORTREVISION= 2
CATEGORIES= misc windowmaker geography
MASTER_SITES= https://github.com/d-torrance/${PORTNAME}/releases/download/v${DISTVERSION}/
MAINTAINER= obscenum999@gmail.com
COMMENT= Weather dockapp for Window Maker using the Yahoo Weather API
WWW= https://wmforecast.friedcheese.org/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgweather-3.so:net/libgweather \
libharfbuzz.so:print/harfbuzz \
libWINGs.so:x11-wm/windowmaker \
libwraster.so:x11-wm/libwraster
USES= gmake gettext-runtime gnome pkgconfig xorg
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango
USE_XORG= x11
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
OPTIONS_DEFINE= GEOCLUE NLS
GEOCLUE_DESC= Use GeoClue
GEOCLUE_LIB_DEPENDS= libgeoclue-2.so:net/geoclue
GEOCLUE_CONFIGURE_WITH= geoclue
NLS_USES= gettext
.include <bsd.port.mk>