650f107d75
With hat: portmgr
19 lines
455 B
Makefile
19 lines
455 B
Makefile
# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gecko-sharp
|
|
PORTVERSION= 0.13
|
|
PORTREVISION= 8
|
|
PKGNAMESUFFIX= 20
|
|
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 to embed Mozilla
|
|
|
|
USE_GNOME= gtksharp20
|
|
USES= gmake mono pathfix pkgconfig gecko tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|