blob: 4d22c0d5d62ba8e7587aabee82b137393fbe3afe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $FreeBSD$
PORTNAME= labyrinth
PORTVERSION= 0.5
PORTREVISION= 2
CATEGORIES= deskutils python
MASTER_SITES= GOOGLE_CODE
MAINTAINER= romain@FreeBSD.org
COMMENT= Mind-mapping tool for GNOME
RUN_DEPENDS+= f2py:${PORTSDIR}/math/py-numpy
GNU_CONFIGURE= yes
CONFIGURE_ENV= GMSGFMT=msgfmt
USE_GNOME= pygnome2 gnomedesktop gnomehack
USE_PYTHON= yes
USES= gettext gmake pkgconfig
INSTALLS_ICONS= yes
NO_STAGE= yes
.include <bsd.port.mk>
|