# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # midori # midori/Makefile # midori/distinfo # midori/pkg-descr # midori/pkg-plist # echo c - midori mkdir -p midori > /dev/null 2>&1 echo x - midori/Makefile sed 's/^X//' >midori/Makefile << 'END-of-midori/Makefile' X# New ports collection makefile for: midori X# Date created: 2007-10-21 X# Whom: Michael Johnson X# X# $FreeBSD: ports/www/midori/Makefile,v 1.1 2008/03/24 03:50:49 marcus Exp $ X# $MCom: ports/www/midori/Makefile,v 1.3 2008/03/21 18:31:39 ahze Exp $ X XPORTNAME= midori XPORTVERSION= 0.0.18 XCATEGORIES= www XMASTER_SITES= http://software.twotoasts.de/media/${PORTNAME}/ X XMAINTAINER= ahze@FreeBSD.org XCOMMENT= Lightweight web browser using WebKit browser engine X XLIB_DEPENDS= webkit-1.0.1:${PORTSDIR}/www/webkit-gtk2 \ X sexy.2:${PORTSDIR}/x11-toolkits/libsexy X XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/WebKit/webkit -I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" XGNU_CONFIGURE= yes XUSE_GMAKE= yes X Xpre-install: X ${CHMOD} +x ${WRKSRC}/install-sh X X.include END-of-midori/Makefile echo x - midori/distinfo sed 's/^X//' >midori/distinfo << 'END-of-midori/distinfo' XMD5 (midori-0.0.18.tar.gz) = aa9c10bbf6fe3502a65633c4fac0fb80 XSHA256 (midori-0.0.18.tar.gz) = 36c20ca7c59e6c35deb04a9febde8aa8040c78c6ba21f595442b94ab78ec137c XSIZE (midori-0.0.18.tar.gz) = 430852 END-of-midori/distinfo echo x - midori/pkg-descr sed 's/^X//' >midori/pkg-descr << 'END-of-midori/pkg-descr' XMidori is a lightweight web browser. X X* Full integration with GTK+2. X* Fast rendering with WebKit. X* Tabs, windows and session management. X* Bookmarks are stored with XBEL. X* Searchbox based on OpenSearch. X* Custom context menu actions. X* User scripts and user styles support. X* Extensible via Lua scripts. X XWWW: http://software.twotoasts.de/?page=midori END-of-midori/pkg-descr echo x - midori/pkg-plist sed 's/^X//' >midori/pkg-plist << 'END-of-midori/pkg-plist' Xbin/midori Xshare/applications/midori.desktop Xshare/locale/de/LC_MESSAGES/midori.mo Xshare/locale/fr/LC_MESSAGES/midori.mo Xshare/locale/pl/LC_MESSAGES/midori.mo Xshare/locale/sv/LC_MESSAGES/midori.mo X@dirrmtry share/applications X@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true X@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true END-of-midori/pkg-plist exit