mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
20 lines
455 B
Makefile
20 lines
455 B
Makefile
# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gecko-sharp
|
|
PORTVERSION= 0.13
|
|
PORTREVISION= 9
|
|
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>
|