summaryrefslogtreecommitdiffstats
path: root/lang/vala/Makefile
blob: b24327e533b323aae211722b9dd155b39d9db7d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    vala
# Date created:     2007-07-09
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#    $MCom$

PORTNAME=   vala
PORTVERSION=    0.1.0
CATEGORIES= devel gnome
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Programming language and compiler that converts Vala code into C code

USE_BZIP2=  yes
USE_GNOME=  glib20 gnomeprefix
GNU_CONFIGURE=  yes
USE_GETTEXT=    yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}" LDFLAGS="-L${LOCALBASE}/lib"
USE_BISON=  yes
MAN1=       valac.1
USE_LDCONFIG=   yes

.include <bsd.port.mk>