1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/valide/Makefile
Dmitry Marakasov 1cee706081 Val(a)IDE is an Integrated Development Environment (IDE) for the Vala
programming language.

WWW:	http://home.gna.org/valide/

PR:		ports/126253
Submitted by:	Romain Tartière <romain at blogreen dot org>
Approved by:	miwi (mentor implicit)
2008-08-06 10:25:07 +00:00

23 lines
456 B
Makefile

# New ports collection makefile for: valide
# Date created: 2008-08-05
# Whom: Romain Tartiere <romain@blogreen.org>
#
# $FreeBSD$
#
PORTNAME= valide
PORTVERSION= 0.1
CATEGORIES= devel
MASTER_SITES= http://download.gna.org/${PORTNAME}/
MAINTAINER= romain@blogreen.org
COMMENT= An IDE for the Vala programming language
RUN_DEPENDS= valac:${PORTSDIR}/lang/vala
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20 gtksourceview2
.include <bsd.port.mk>