mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
0b743289fc
Add new ports for the new stable releases of gtk+-3.0. Update vala to the newest stable release 0.12.1. Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies. Full contributors acknowledgment will be given in the GNOME 3 import.
27 lines
572 B
Makefile
27 lines
572 B
Makefile
# New ports collection makefile for: vala-vapigen
|
|
# Date created:
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/lang/vala-vapigen/Makefile,v 1.5 2011/04/30 20:43:19 mezz Exp $
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= devel gnome
|
|
PKGNAMESUFFIX= -vapigen
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= The vapigen program from vala
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../vala
|
|
BUILD_WRKSRC= ${WRKSRC}/vapigen
|
|
INSTALL_WRKSRC= ${WRKSRC}/vapigen
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
VALA_SLAVE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|