freebsd-ports/www/gecko-sharp20/Makefile
Beat Gaetzi 734349b51e - Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
  resulting package will change.

Submitted by:	Jan Beich <jbeich@tormail.org>
With hat:	gecko
2012-09-10 19:19:32 +00:00

30 lines
769 B
Makefile

# 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
PORTREVISION= 6
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_GECKO= libxul19
USE_GNOME= 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.mk>