freebsd-ports/deskutils/labyrinth/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

21 lines
420 B
Makefile

# $FreeBSD$
PORTNAME= labyrinth
PORTVERSION= 0.5
PORTREVISION= 3
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>