freebsd-ports/deskutils/labyrinth/Makefile
Pav Lucistnik c3e2a5ad4a Labyrinth is a lightweight mind-mapping tool for the GNOME desktop. It is
written in Python and uses cairo for its rendering. It is intended to be as
light and intuitive as possible, but still provide a wide range of powerful
features.

WWW:	http://code.google.com/p/labyrinth/

PR:		ports/123675
Submitted by:	Romain Tartiere <romain@blogreen.org>
2008-12-19 14:19:54 +00:00

26 lines
563 B
Makefile

# New ports collection makefile for: labyrinth
# Date created: 2008-09-28
# Whom: Romain Tartiere <romain@blogreen.org>
#
# $FreeBSD$
#
PORTNAME= labyrinth
PORTVERSION= 0.4.1
CATEGORIES= deskutils python
MASTER_SITES= GOOGLE_CODE
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= romain@blogreen.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>