aboutsummaryrefslogtreecommitdiff
path: root/graphics/mirage/Makefile
blob: 937b2ec573aa40036f3317d25301f863885de68d (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:	mirage
# Date created:		31 January 2007
# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	mirage
PORTVERSION=	0.9
PORTREVISION=	1
CATEGORIES=	graphics
MASTER_SITES=	CENKES BERLIOS/mirageiv

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Fast and simple image viewer

USE_BZIP2=	yes
USE_GNOME=	gtk20 pygtk2 pygnome2
USE_PYTHON=	yes
USE_PYDISTUTILS=yes
USE_GETTEXT=	yes
PORT_VERBS=	${PORTNAME} imgfuncs

PYDISTUTILS_PKGNAME=	Mirage

.include <bsd.port.mk>