freebsd-ports/www/webkit-sharp/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

27 lines
551 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:${PORTSDIR}/www/webkit-gtk2
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_GITHUB= yes
GH_ACCOUNT= mono
PLIST_SUB+= ASSEMBLY_VERSION=1.1.15
GNU_CONFIGURE= yes
USES= gmake mono pathfix pkgconfig
USE_GNOME= gtksharp20
PATHFIX_MAKEFILEIN= Makefile.am
USE_AUTOTOOLS= aclocal autoconf automake
AUTOMAKE_ARGS= --add-missing -i -f
.include <bsd.port.mk>