ports/math/xfce4-calculator-plugin/Makefile
2024-12-27 14:44:35 +01:00

30 lines
660 B
Makefile

PORTNAME= xfce4-calculator-plugin
PORTVERSION= 0.7.3
CATEGORIES= math xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Simple calculator for the Xfce panel
WWW= https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin/start
LICENSE= GPLv2
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bz2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 gtk30
USE_XFCE= libmenu panel
USE_XORG= x11
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>