aboutsummaryrefslogtreecommitdiff
path: root/graphics/gpicview/Makefile
blob: 2ebf18567679ed926b068f8ce72c7d2866223afe (plain) (blame)
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
27
28
29
# Created by: Janos Mohacsi <janos.mohacsi@bsd.hu>
# $FreeBSD$

PORTNAME=	gpicview
PORTVERSION=	0.2.4
PORTREVISION=	1
CATEGORIES=	graphics
MASTER_SITES=	SF/lxde/GPicView%20%28image%20Viewer%29/GpicView%20${PORTVERSION}/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Simple and fast image viewer for X11

LICENSE=	GPLv2

USES=		desktop-file-utils gettext gmake pkgconfig
USE_GNOME=	gtk20 intltool
INSTALLS_ICONS=	yes

GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

OPTIONS_DEFINE=	NLS
OPTIONS_SUB=	yes

NLS_USES=	gettext
NLS_CONFIGURE_ENABLE=	nls

.include <bsd.port.mk>