summaryrefslogtreecommitdiffstats
path: root/www/midori/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
commit2f836c64a2940e1460834c4085ba6d418001bf17 (patch)
tree81909a3bce2caf57600151b32c8dcb1e7735c28c /www/midori/Makefile
parent262752d178a4a70c9cd941f23ee5052d0e8968d9 (diff)
downloadmarcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.gz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.bz2
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.lz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.xz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.zst
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.zip
Remove these ports now that they have been merged into the FreeBSD ports
tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11869 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/midori/Makefile')
-rw-r--r--www/midori/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile
deleted file mode 100644
index 04be3726d..000000000
--- a/www/midori/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: midori
-# Date created: 2007-10-21
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/www/midori/Makefile,v 1.3 2008/03/21 18:31:39 ahze Exp $
-#
-
-PORTNAME= midori
-PORTVERSION= 0.1.0
-PORTREVISION= 1
-CATEGORIES= www
-MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/
-
-MAINTAINER= ahze@FreeBSD.org
-COMMENT= Lightweight web browser using WebKit browser engine
-
-LIB_DEPENDS= webkit-1.0.1:${PORTSDIR}/www/webkit-gtk2
-BUILD_DEPENDS= python:${PORTSDIR}/lang/python \
- rsvg-convert:${PORTSDIR}/graphics/librsvg2
-
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/WebKit/webkit -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS+=--disable-unique \
- --disable-gio \
- --disable-sqlite
-
-HAS_CONFIGURE= yes
-USE_GMAKE= yes
-USE_BZIP2= yes
-USE_GNOME= glib20 gtk20 intltool libxml2 pkgconfig
-INSTALLS_ICONS= yes
-
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
-.include <bsd.port.mk>