blob: d714f87a5204d09780e772c9278fe9a3a11856eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# New ports collection makefile for: gecko-sharp
# Date created: 20040825
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
#
# $FreeBSD$
# $Id: Makefile,v 1.17 2006/10/26 05:35:10 tmclau02 Exp $
#
PORTNAME= gecko-sharp
PORTVERSION= 0.11
PORTREVISION= 9
CATEGORIES= www
MASTER_SITES= http://go-mono.com/sources/gecko-sharp-2.0/
DISTNAME= gecko-sharp-2.0-${PORTVERSION}
MAINTAINER= bsd-sharp-list@forge.novell.com
COMMENT= Mono bindings for embeding mozilla
USE_GECKO= firefox mozilla
USE_GNOME= gnometarget gtksharp20
LATEST_LINK= gecko-sharp20
GNU_CONFIGURE= yes
USE_GMAKE= yes
# configure was never updated after the monodoc/mono-tools split so it only
# installs doc when mono-tools is installed though it only needs monbodoc.
# Set MONODOC to a program contained in the monodoc port to fix this.
CONFIGURE_ENV+= MONODOC="${LOCALBASE}/bin/monodocer"
post-patch:
@${REINPLACE_CMD} -e 's|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
.include <bsd.port.post.mk>
|