mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
22 lines
420 B
Makefile
22 lines
420 B
Makefile
# $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
|
|
|
|
.include <bsd.port.mk>
|