blob: bb282db765a33a106016b09659b9a5dfaa42b8f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|