freebsd-ports/www/webkit-sharp/Makefile
Mathieu Arnold a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00

23 lines
441 B
Makefile

# $FreeBSD$
PORTNAME= webkit-sharp
PORTVERSION= 0.3
PORTREVISION= 3
CATEGORIES= www
MAINTAINER= mono@FreeBSD.org
COMMENT= Mono bindings for Webkit
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/webkit-1.0.pc:www/webkit-gtk2
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_GITHUB= yes
GH_ACCOUNT= mono
PLIST_SUB+= ASSEMBLY_VERSION=1.1.15
GNU_CONFIGURE= yes
USES= autoreconf gmake mono pathfix pkgconfig
USE_GNOME= gtksharp20
.include <bsd.port.mk>