2004-11-26 07:04:12 +01:00
|
|
|
# New ports collection makefile for: gecko-sharp
|
|
|
|
# Date created: 20040825
|
|
|
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2007-02-04 23:35:18 +01:00
|
|
|
# $Id: Makefile,v 1.14 2006/10/26 05:34:40 tmclau02 Exp $
|
2004-11-26 07:04:12 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gecko-sharp
|
|
|
|
PORTVERSION= 0.6
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 11
|
2004-11-26 07:04:12 +01:00
|
|
|
CATEGORIES= www
|
2008-06-18 22:09:57 +02:00
|
|
|
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/gecko-sharp/
|
2004-11-26 07:04:12 +01:00
|
|
|
|
2008-07-26 00:46:15 +02:00
|
|
|
MAINTAINER= bsd-sharp@googlegroups.com
|
2004-11-26 07:04:12 +01:00
|
|
|
COMMENT= Mono bindings for embeding mozilla
|
|
|
|
|
2006-08-15 02:42:23 +02:00
|
|
|
USE_GECKO= firefox mozilla
|
2007-02-04 23:35:18 +01:00
|
|
|
USE_GNOME= gnomehack gnometarget gtksharp10
|
2005-10-02 03:11:13 +02:00
|
|
|
LATEST_LINK= gecko-sharp10
|
2004-11-26 07:04:12 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2005-11-10 05:31:11 +01:00
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
2006-01-14 22:54:22 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
|
|
|
|
.include <bsd.port.post.mk>
|