summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/webkit-gtk2/Makefile')
-rw-r--r--www/webkit-gtk2/Makefile57
1 files changed, 0 insertions, 57 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile
deleted file mode 100644
index e2f373707..000000000
--- a/www/webkit-gtk2/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# New ports collection makefile for: webkit
-# Date created: 2007-10-21
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/www/webkit-gtk2/Makefile,v 1.4 2008/03/23 23:58:47 ahze Exp $
-#
-
-PORTNAME= webkit
-PORTVERSION= 0.0.30549
-CATEGORIES= www
-MASTER_SITES= http://nightly.webkit.org/files/trunk/src/
-PKGNAMESUFFIX= -gtk2
-DISTNAME= WebKit-r${PORTVERSION:S/0.0.//}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= An opensource browser engine
-
-LIB_DEPENDS= icutu.38:${PORTSDIR}/devel/icu \
- curl.4:${PORTSDIR}/ftp/curl \
- sqlite3.8:${PORTSDIR}/databases/sqlite3
-
-USE_BISON= build
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= gnometarget gtk20 libxslt
-USE_PERL5= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= autoconf:261 automake:110 libtool:15
-USE_GSTREAMER= gnomevfs
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --with-webkit-target=x11 \
- --enable-icon-database \
- --enable-svg \
- --enable-video
-MAKEFILE= GNUmakefile
-
-post-patch:
- @${REINPLACE_CMD} -e 's|autoconf|${AUTOCONF}|g ; \
- s|automake|${AUTOMAKE}|g ; s|aclocal|${ACLOCAL}|g ; \
- s|autoheader|${AUTOHEADER}|g ; \
- s|LIBTOOLIZE=libtoolize|LIBTOOLIZE=${LIBTOOLIZE}|g ; \
- s|$$srcdir/configure|#$$srcdir/configure|g' \
- ${WRKSRC}/autogen.sh
- @${FIND} ${WRKSRC} -name GNUmakefile.am | ${XARGS} ${REINPLACE_CMD} -e \
- 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
-
-pre-configure:
- @(cd ${WRKSRC} && ${SH} autogen.sh)
-
-post-install:
-# Install compat pkg-config file so we don't have to patch ports
- ${CP} ${PREFIX}/libdata/pkgconfig/webkit-1.0.pc \
- ${PREFIX}/libdata/pkgconfig/WebKitGtk.pc
-
-.include <bsd.port.mk>