mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
a7bd97fdf0
0.36.12 - manual: Update from wiki.gnome.org - compiler: Prefix headers for set_cheader_override() if includedir is given - codegen: Avoid critical when connecting dynamic signals - codegen: Fix GDestroyNotify of delegate parameters in delegate declaration 0.36.11 * Regression fix - codegen: Don't try to infer error argument on async begin methods [#793158] This was a regression introduced by [#614294] PR: 225947 Reported by: Ryan Stark <rstark@rackspace.com>, cpm
29 lines
584 B
Makefile
29 lines
584 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vala
|
|
PORTVERSION= 0.36.12
|
|
PORTEPOCH= 1
|
|
CATEGORIES= lang gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Programming language and compiler that converts Vala code into C code
|
|
|
|
LICENSE= LGPL21
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= bison gettext-runtime gmake gnome libtool \
|
|
localbase pathfix pkgconfig tar:xz
|
|
USE_GNOME= glib20 gnomeprefix libxslt:build
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
VALA_VER= ${PORTVERSION:R}
|
|
|
|
PLIST_SUB= VERSION=0.36
|
|
|
|
.include <bsd.port.mk>
|