mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
1cee706081
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)
23 lines
456 B
Makefile
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>
|