aboutsummaryrefslogtreecommitdiff
path: root/deskutils/labyrinth/Makefile
blob: 0b273429dc6750e47a20a62552477430be7a09d5 (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
27
# New ports collection makefile for:	labyrinth
# Date created:		2008-09-28
# Whom:			Romain Tartiere <romain@blogreen.org>
#
# $FreeBSD$
#

PORTNAME=	labyrinth
PORTVERSION=	0.4.1
PORTREVISION=	3
CATEGORIES=	deskutils python
MASTER_SITES=	GOOGLE_CODE
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	romain@FreeBSD.org
COMMENT=	Mind-mapping tool for GNOME

WRKSRC=		${WRKDIR}/${PORTNAME}-0.4.0
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
CONFIGURE_ENV=	GMSGFMT=msgfmt
USE_GNOME=	pygnome2 gnomedesktop gnomehack
USE_PYTHON=	yes
USE_GETTEXT=	yes
INSTALLS_ICONS=	yes

.include <bsd.port.mk>