aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimmage/Makefile
blob: 8e1a7805e77c544db008273aa1100c8a0e5be38c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$

PORTNAME=   gimmage
PORTVERSION=    0.2.3
PORTREVISION=   11
CATEGORIES= graphics
MASTER_SITES=   BERLIOS

MAINTAINER= ports@FreeBSD.org
COMMENT=    Simple image viewer

LIB_DEPENDS=    libcurl.so:ftp/curl

USES=       desktop-file-utils gettext pkgconfig
USE_GNOME=  gtkmm24
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}

.include <bsd.port.mk>