mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
3572ca3e01
New version of gtk3 in tree
32 lines
723 B
Makefile
32 lines
723 B
Makefile
PORTNAME= xfce4-generic-slider
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= deskutils xfce
|
|
MASTER_SITES= XFCE/panel-plugins
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Slider plugin to adjust and/or monitor any numeric variable
|
|
WWW= https://gitlab.xfce.org/panel-plugins/xfce4-generic-slider
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
|
|
|
|
USES= compiler:c11 gettext gmake gnome libtool pkgconfig tar:bzip2 xfce
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
|
|
USE_XFCE= libmenu panel
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext-runtime
|
|
|
|
.include <bsd.port.mk>
|