aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimmage/Makefile
blob: d8b3cb4ac33853b19f814ece1b6a7b6f5316cca9 (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
# New ports collection makefile for:	gimmage
# Date created:		10 June 2007
# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	gimmage
PORTVERSION=	0.2.3
PORTREVISION=	5
CATEGORIES=	graphics
MASTER_SITES=	BERLIOS CENKES

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

LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
		curl.5:${PORTSDIR}/ftp/curl

USE_GETTEXT=	yes
GNU_CONFIGURE=	yes

.include <bsd.port.mk>