freebsd-ports/sysutils/xfce4-kbdleds-plugin/Makefile
Guido Falsi a97c21a1a7 Make xfce4-kbdleds-plugin fetchable again by grabbing distfile from
upstream git repo directly, remove BROKEN line.

PR:		242879
Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>
2019-12-26 19:43:21 +00:00

34 lines
783 B
Makefile

# $FreeBSD$
PORTNAME= kbdleds-plugin
DISTVERSION= 0.0.6
CATEGORIES= sysutils xfce
MASTER_SITES= https://git.xfce.org/archive/xfce4-${PORTNAME}/snapshot/
PKGNAMEPREFIX= xfce4-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Xfce keyboard LEDs panel plugin
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
xfce xorg
GNU_CONFIGURE= yes
USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 intltool pango
USE_XORG= ice sm x11
USE_XFCE= panel
INSTALLS_ICONS= yes
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
.include <bsd.port.mk>