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$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gecko-sharp
|
|
|
|
PORTVERSION= 0.6
|
2006-02-05 03:31:18 +01:00
|
|
|
PORTREVISION= 8
|
2004-11-26 07:04:12 +01:00
|
|
|
CATEGORIES= www
|
2006-07-02 05:42:04 +02:00
|
|
|
MASTER_SITES= http://go-mono.com/sources/gecko-sharp/
|
2004-11-26 07:04:12 +01:00
|
|
|
|
2005-09-20 03:00:40 +02:00
|
|
|
MAINTAINER= bsd-sharp-list@forge.novell.com
|
2004-11-26 07:04:12 +01:00
|
|
|
COMMENT= Mono bindings for embeding mozilla
|
|
|
|
|
2005-09-29 05:43:25 +02:00
|
|
|
BUILD_DEPENDS= gapi-parser:${PORTSDIR}/x11-toolkits/gtk-sharp10
|
2006-01-14 22:54:22 +01:00
|
|
|
RUN_DEPENDS= gapi-parser:${PORTSDIR}/x11-toolkits/gtk-sharp10
|
2004-11-26 07:04:12 +01:00
|
|
|
|
2006-01-14 22:54:22 +01:00
|
|
|
USE_GECKO= mozilla firefox
|
2004-11-26 07:04:12 +01:00
|
|
|
USE_GNOME= gnomehack gnometarget
|
2005-10-02 03:11:13 +02:00
|
|
|
LATEST_LINK= gecko-sharp10
|
2004-11-26 07:04:12 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
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>
|