b93a80c992
The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006
32 lines
786 B
Makefile
32 lines
786 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vala
|
|
PORTVERSION= 0.30.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 \
|
|
pathfix pkgconfig tar:xz
|
|
USE_GNOME= glib20 gnomeprefix libxslt
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
VALA_VER= ${PORTVERSION:R}
|
|
|
|
# Version got bumped to 0.30, replace VERSION with that instead
|
|
# of using VALA_VER. Replace 0.30 with VALA_VER when vala gets to 0.30.0
|
|
#PLIST_SUB= VERSION=${VALA_VER}
|
|
PLIST_SUB= VERSION=0.30
|
|
|
|
.include <bsd.port.mk>
|