aboutsummaryrefslogtreecommitdiffstats
path: root/www/gecko-sharp20/Makefile
blob: 352ca913a1cab1f970c6cd6da6895d2fdd174a0e (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
# New ports collection makefile for:        gecko-sharp
# Date created:                 20040825
# Whom:             Tom McLaughlin <tmclaugh@sdf.lonestar.org>
#
# $FreeBSD$
#   $Id: Makefile,v 1.19 2007/02/07 15:49:20 killfill Exp $
#

PORTNAME=   gecko-sharp
PORTVERSION=    0.13
CATEGORIES= www
MASTER_SITES=   ftp://ftp.novell.com/pub/mono/sources/${PORTNAME}2/
DISTNAME=   ${PORTNAME}-2.0-${PORTVERSION}

MAINTAINER= mono@FreeBSD.org
COMMENT=    Mono bindings for embeding mozilla

USE_GECKO=  firefox mozilla
USE_GNOME=  gnometarget gtksharp20
LATEST_LINK=    gecko-sharp20
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_BZIP2=  yes

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>