2005-09-26 01:02:56 +02:00
|
|
|
# New ports collection makefile for: gecko-sharp
|
|
|
|
# Date created: 20040825
|
|
|
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2007-03-17 04:52:51 +01:00
|
|
|
# $Id: Makefile,v 1.19 2007/02/07 15:49:20 killfill Exp $
|
2005-09-26 01:02:56 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gecko-sharp
|
2009-02-09 10:00:01 +01:00
|
|
|
PORTVERSION= 0.13
|
2010-08-08 10:56:41 +02:00
|
|
|
PORTREVISION= 4
|
2005-09-26 01:02:56 +02:00
|
|
|
CATEGORIES= www
|
2009-02-09 10:00:01 +01:00
|
|
|
MASTER_SITES= ftp://ftp.novell.com/pub/mono/sources/${PORTNAME}2/
|
|
|
|
DISTNAME= ${PORTNAME}-2.0-${PORTVERSION}
|
2005-09-26 01:02:56 +02:00
|
|
|
|
2009-02-09 10:00:01 +01:00
|
|
|
MAINTAINER= mono@FreeBSD.org
|
2005-09-26 01:02:56 +02:00
|
|
|
COMMENT= Mono bindings for embeding mozilla
|
|
|
|
|
2009-11-15 01:26:41 +01:00
|
|
|
USE_GECKO= libxul
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= gtksharp20
|
2005-09-26 01:02:56 +02:00
|
|
|
LATEST_LINK= gecko-sharp20
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2009-02-09 10:00:01 +01:00
|
|
|
USE_BZIP2= yes
|
2005-09-26 01:02:56 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in
|
|
|
|
|
2005-11-10 05:31:11 +01:00
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
2009-11-15 01:26:41 +01:00
|
|
|
.include <bsd.port.mk>
|