1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/math/galculator/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

31 lines
609 B
Makefile

PORTNAME= galculator
PORTVERSION= 2.1.4
PORTREVISION= 1
DISTVERSIONPREFIX=v
CATEGORIES= math
MAINTAINER= naddy@FreeBSD.org
COMMENT= GTK-based scientific calculator
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
USES= autoreconf gettext gmake gnome libtool localbase pkgconfig
USE_GNOME= cairo intltool
GNU_CONFIGURE= yes
OPTIONS_SINGLE= GTK
OPTIONS_SINGLE_GTK= GTK2 GTK3
OPTIONS_DEFAULT= GTK3
GTK2_USE= gnome=gtk20
GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
GTK3_CONFIGURE_ENABLE= gtk3
GTK3_USE= gnome=gtk30
.include <bsd.port.mk>