summaryrefslogtreecommitdiff
path: root/lang/vala/Makefile
blob: 5a14ffe1543b4645fbbee5db922882ad1cb38bc3 (plain)
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
26
PORTNAME=	vala
DISTVERSION=	${_VALA_VERSION}
PORTEPOCH=	1
CATEGORIES=	lang gnome
MASTER_SITES=	GNOME

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

LICENSE=	LGPL21

PORTSCOUT=	limitw:1,even

USES=		bison cpe gettext-runtime gmake gnome libtool \
		localbase pathfix pkgconfig tar:xz\
		vala:no_depend
USE_GNOME=	glib20 gnomeprefix libxslt:build
CPE_VENDOR=	gnome
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
CONFIGURE_ARGS=	--disable-valadoc
INSTALL_TARGET=	install-strip

PLIST_SUB=	VALA_LIB_VERSION=${_VALA_LIB_VERSION}

.include <bsd.port.mk>