8ee9cfa717
This port has a history of maintainer timeouts, going back to June 2013. To list a few PRs that timed out: 179825, 184544, 184559, 184564, 184634, 184709, 184727, and apparently private mail (~2 Dec 2013) Approved by: portmgr (bapt)
28 lines
567 B
Makefile
28 lines
567 B
Makefile
# Created by: Janos Mohacsi <janos.mohacsi@bsd.hu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gpicview
|
|
PORTVERSION= 0.2.4
|
|
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 gmake pkgconfig
|
|
USE_GNOME= gtk20
|
|
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>
|