diff options
Diffstat (limited to 'lang/vala/Makefile')
-rw-r--r-- | lang/vala/Makefile | 25 |
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> |