summaryrefslogtreecommitdiffstats
path: root/lang/vala/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-10 21:21:59 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-10 21:21:59 +0800
commit119d330018902f49d38ab389e900ba8d75e9a14d (patch)
tree88fa92ebfc5e6e418595be4c4f53beb92f2b520e /lang/vala/Makefile
parent6df9106f758ca0037f65ef08856d1912040843cf (diff)
downloadmarcuscom-ports-119d330018902f49d38ab389e900ba8d75e9a14d.tar
marcuscom-ports-119d330018902f49d38ab389e900ba8d75e9a14d.tar.gz
marcuscom-ports-119d330018902f49d38ab389e900ba8d75e9a14d.tar.bz2
marcuscom-ports-119d330018902f49d38ab389e900ba8d75e9a14d.tar.lz
marcuscom-ports-119d330018902f49d38ab389e900ba8d75e9a14d.tar.xz
marcuscom-ports-119d330018902f49d38ab389e900ba8d75e9a14d.tar.zst
marcuscom-ports-119d330018902f49d38ab389e900ba8d75e9a14d.zip
Now in ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9177 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'lang/vala/Makefile')
-rw-r--r--lang/vala/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/lang/vala/Makefile b/lang/vala/Makefile
deleted file mode 100644
index b24327e53..000000000
--- a/lang/vala/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: vala
-# Date created: 2007-07-09
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= vala
-PORTVERSION= 0.1.0
-CATEGORIES= devel gnome
-MASTER_SITES= GNOME
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Programming language and compiler that converts Vala code into C code
-
-USE_BZIP2= yes
-USE_GNOME= glib20 gnomeprefix
-GNU_CONFIGURE= yes
-USE_GETTEXT= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}" LDFLAGS="-L${LOCALBASE}/lib"
-USE_BISON= yes
-MAN1= valac.1
-USE_LDCONFIG= yes
-
-.include <bsd.port.mk>