090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
28 lines
753 B
Makefile
28 lines
753 B
Makefile
# 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.0.18
|
|
PORTREVISION= 2
|
|
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>
|