freebsd-ports/devel/valide/Makefile
Koop Mast 3680f27ebf Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/

This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.

This release features commits by avl, marcus, mezz and myself.

The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:

Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
Bapt <baptiste.daroussin@gmail.com>
jsa@
miwi@
Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
Maxim Samsonov <xors@mne.ru>
Kris Moore

And pav@ for 2 exp-runs

PR:		ports/152255
		ports/143260
		ports/141033
		ports/149629
		ports/150350
		ports/151523
With hat:	gnome@
2010-11-20 15:37:08 +00:00

40 lines
879 B
Makefile

# New ports collection makefile for: valide
# Date created: 2008-08-05
# Whom: Romain Tartiere <romain@blogreen.org>
#
# $FreeBSD$
#
PORTNAME= valide
PORTVERSION= 0.7.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://${PORTNAME}.googlecode.com/files/
MAINTAINER= romain@FreeBSD.org
COMMENT= An IDE for the Vala programming language
LIB_DEPENDS= gdl-1:${PORTSDIR}/x11-toolkits/gdl
BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
RUN_DEPENDS= ${BUILD_DEPENDS}
BROKEN= Doesn't build with vala-0.10
INSTALLS_ICONS= yes
USE_GETTEXT= yes
USE_GNOME= gtk20 gtksourceview2
USE_LDCONFIG= yes
USE_PYTHON= yes
MAN1= ctags-vala.1 valide.1
do-configure:
@cd ${WRKSRC} && ${SETENV} ${PYTHON} ./waf --prefix="${PREFIX}" configure
do-build:
@cd ${WRKSRC} && ${SETENV} ${PYTHON} ./waf build
do-install:
@cd ${WRKSRC} && ${SETENV} ${PYTHON} ./waf install
.include <bsd.port.mk>