2009-10-19 15:54:15 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2009/10/19 19:54:15 landry Exp $
|
2008-07-25 08:54:33 -04:00
|
|
|
|
|
|
|
COMMENT = lightweight web browser
|
|
|
|
|
2009-10-19 15:54:15 -04:00
|
|
|
XFCE_VERSION = 0.2.0
|
2008-10-26 09:06:29 -04:00
|
|
|
XFCE_GOODIE = midori
|
2008-07-25 08:54:33 -04:00
|
|
|
|
|
|
|
MAINTAINER = Landry Breuil <gaston@gcu.info>
|
2008-10-26 09:06:29 -04:00
|
|
|
CATEGORIES = www
|
2008-07-25 08:54:33 -04:00
|
|
|
|
2008-10-26 09:06:29 -04:00
|
|
|
# LGPLv2.1
|
2008-07-25 08:54:33 -04:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2008-10-26 09:06:29 -04:00
|
|
|
MODULES = x11/xfce4 devel/waf
|
2008-07-25 08:54:33 -04:00
|
|
|
|
|
|
|
USE_X11 = Yes
|
2008-10-26 09:06:29 -04:00
|
|
|
DESKTOP_FILES = Yes
|
2009-03-08 16:01:18 -04:00
|
|
|
NO_REGRESS = Yes
|
2008-07-25 08:54:33 -04:00
|
|
|
|
2009-04-27 15:27:21 -04:00
|
|
|
LIB_DEPENDS = webkit-1.0:webkit->=1.1.5v0:www/webkit \
|
2009-03-08 16:01:18 -04:00
|
|
|
idn::devel/libidn \
|
2008-10-26 09:06:29 -04:00
|
|
|
sqlite3::databases/sqlite3 \
|
2009-01-26 14:52:49 -05:00
|
|
|
unique-1.0::devel/libunique \
|
2009-01-29 15:08:42 -05:00
|
|
|
soup-2.4:libsoup->=2.24.3p0:devel/libsoup
|
2008-10-26 09:06:29 -04:00
|
|
|
|
|
|
|
# pick sqlite
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
|
|
|
|
BUILD_DEPENDS = ::textproc/py-docutils \
|
|
|
|
::x11/gnome/librsvg
|
|
|
|
|
|
|
|
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
|
|
Xi Xinerama Xrandr Xrender atk-1.0 c expat fontconfig \
|
2009-01-26 14:52:49 -05:00
|
|
|
freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz \
|
|
|
|
gmodule-2.0 gnutls gobject-2.0 gthread-2.0 gtk-x11-2.0 intl \
|
|
|
|
m pango-1.0 pangocairo-1.0 pangoft2-1.0 pthread sqlite3 z \
|
2009-08-10 02:29:51 -04:00
|
|
|
cairo pixman-1 png pthread-stubs xcb xml2
|
2008-07-25 08:54:33 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|