mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
eea424bb41
- Replace CPPFLAGS and LDFLAGS by USES= localbase PR: 210440 Submitted by: myself Approved by: The GNOME team (timeout > 1 month)
31 lines
733 B
Makefile
31 lines
733 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vala
|
|
PORTVERSION= 0.30.2
|
|
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
|
|
GNU_CONFIGURE= yes
|
|
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>
|