blob: 2e1ce6b0dc0ebfe190681a35c8379325565def04 (
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
|
# New ports collection makefile for: gecko-sharp
# Date created: 20040825
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
#
# $FreeBSD$
#
PORTNAME= gecko-sharp
PORTVERSION= 0.6
PORTREVISION= 8
CATEGORIES= www
MASTER_SITES= http://go-mono.com/archive/1.0.3/
MAINTAINER= bsd-sharp-list@forge.novell.com
COMMENT= Mono bindings for embeding mozilla
BUILD_DEPENDS= gapi-parser:${PORTSDIR}/x11-toolkits/gtk-sharp10
RUN_DEPENDS= gapi-parser:${PORTSDIR}/x11-toolkits/gtk-sharp10
USE_GECKO= mozilla firefox
USE_GNOME= gnomehack gnometarget
LATEST_LINK= gecko-sharp10
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
.include <bsd.port.post.mk>
|