freebsd-ports/graphics/gpicview/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

26 lines
556 B
Makefile

PORTNAME= gpicview
PORTVERSION= 0.2.5
PORTREVISION= 2
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
WWW= https://lxde.sourceforge.net/gpicview/
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>