blob: 981d1429c21672a2926e6319e795d0d00bd82d1c (
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= 4
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>
|