84aacf35b2
See http://mail.xfce.org/pipermail/xfce/2011-August/028993.html for details.
48 lines
1.2 KiB
Makefile
48 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.39 2011/08/16 07:49:16 landry Exp $
|
|
|
|
COMMENT = lightweight web browser
|
|
|
|
XFCE_VERSION = 0.4.0
|
|
XFCE_GOODIE = midori
|
|
|
|
MAINTAINER = Landry Breuil <landry@openbsd.org>
|
|
CATEGORIES = www
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = x11/xfce4 devel/waf
|
|
|
|
DESKTOP_FILES = Yes
|
|
NO_REGRESS = Yes
|
|
|
|
LIB_DEPENDS = www/webkit>=1.4.0v0 \
|
|
devel/libnotify \
|
|
databases/sqlite3 \
|
|
devel/libunique \
|
|
devel/libsoup>=2.28.0
|
|
|
|
RUN_DEPENDS = xfce4-icon-theme-*|tango-icon-theme-*|gnome-icon-theme-*:x11/tango-icon-theme
|
|
|
|
# pick sqlite
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
BUILD_DEPENDS = textproc/py-docutils \
|
|
lang/vala \
|
|
x11/gnome/librsvg
|
|
|
|
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
Xi Xinerama Xrandr Xrender atk-1.0 c expat fontconfig \
|
|
freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 \
|
|
gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 intl \
|
|
m pango-1.0 pangocairo-1.0 pangoft2-1.0 pthread sqlite3 z \
|
|
cairo pixman-1 png pthread-stubs xcb xml2 \
|
|
Xss xcb-render webkitgtk-1.0 notify sqlite3 unique-1.0 soup-2.4 \
|
|
GL Xxf86vm drm xcb-shm
|
|
|
|
|
|
.include <bsd.port.mk>
|