summaryrefslogtreecommitdiff
path: root/graphics/gpicview/Makefile
blob: b9b44c412b4142ef79942b86b49113397f22b3a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	gpicview
PORTVERSION=	0.2.5
PORTREVISION=	1
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=		http://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>