aboutsummaryrefslogtreecommitdiff
path: root/graphics/ristretto/Makefile
blob: fb01f60cf49bca78c0fdb8a02ae93443b5c7d7b1 (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
# New ports collection makefile for:	ristretto
# Date created:		2007-08-27
# Whom:			Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	ristretto
PORTVERSION=	0.0.20
PORTREVISION=	1
CATEGORIES=	graphics xfce
MASTER_SITES=	http://goodies.xfce.org/releases/${PORTNAME}/

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	An image-viewer with xfce-integration

LIB_DEPENDS=	exif.12:${PORTSDIR}/graphics/libexif

GNU_CONFIGURE=	yes
USE_GNOME=	gtk20
USE_GMAKE=	yes
INSTALLS_ICONS=	yes
USE_GETTEXT=	yes
USE_XFCE=	configenv libutil thunar

.include <bsd.port.mk>