1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/graphics/gpicview/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

27 lines
547 B
Makefile

# Created by: Janos Mohacsi <janos.mohacsi@bsd.hu>
PORTNAME= gpicview
PORTVERSION= 0.2.5
CATEGORIES= graphics
MASTER_SITES= SF/lxde/GPicView%20%28image%20Viewer%29/${PORTVERSION:R}.x/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple and fast image viewer for X11
LICENSE= GPLv2
USES= desktop-file-utils gettext-tools gmake gnome jpeg localbase \
pkgconfig tar:xz xorg
USE_GNOME= gtk20 intltool
USE_XORG= x11
GNU_CONFIGURE= yes
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>