openbsd-ports/www/surf/Makefile

32 lines
863 B
Makefile
Raw Normal View History

2010-09-17 09:07:55 -04:00
# $OpenBSD: Makefile,v 1.5 2010/09/17 13:07:55 matthew Exp $
COMMENT = simple webbrowser based on webkit/gtk+
2010-09-17 09:07:55 -04:00
DISTNAME = surf-0.4.1
CATEGORIES = www
HOMEPAGE = http://surf.suckless.org/
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://dl.suckless.org/surf/
MODULES = devel/gettext
LIB_DEPENDS = webkit-1.0::www/webkit
RUN_DEPENDS = ::x11/dmenu
WANTLIB = c X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender expat fontconfig \
freetype m pixman-1 pthread pthread-stubs xcb z \
atk-1.0 cairo 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 pango-1.0 xcb-render xcb-render-util \
pangocairo-1.0 pangoft2-1.0 png soup-2.4 xml2
NO_REGRESS = Yes
.include <bsd.port.mk>