summaryrefslogtreecommitdiffstats
path: root/www/midori/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/midori/Makefile')
-rw-r--r--www/midori/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile
deleted file mode 100644
index 001553138..000000000
--- a/www/midori/Makefile
+++ /dev/null
@@ -1,27 +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.2 2008/02/24 22:05:19 ahze Exp $
-
-PORTNAME= midori
-PORTVERSION= 0.0.17
-CATEGORIES= www
-MASTER_SITES= http://software.twotoasts.de/media/${PORTNAME}/
-
-MAINTAINER= ahze@FreeBSD.org
-COMMENT= Lightweight web browser using WebKit browser engine
-
-LIB_DEPENDS= WebKitGtk.1:${PORTSDIR}/www/webkit-gtk2 \
- sexy.2:${PORTSDIR}/x11-toolkits/libsexy
-
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/WebKit/webkit -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-
-pre-install:
- ${CHMOD} +x ${WRKSRC}/install-sh
-
-.include <bsd.port.mk>