freebsd-ports/deskutils/labyrinth/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

21 lines
403 B
Makefile

# $FreeBSD$
PORTNAME= labyrinth
PORTVERSION= 0.5
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
USE_GMAKE= yes
CONFIGURE_ENV= GMSGFMT=msgfmt
USE_GNOME= pygnome2 gnomedesktop gnomehack
USE_PYTHON= yes
USES= gettext
INSTALLS_ICONS= yes
.include <bsd.port.mk>