forked from Lainports/freebsd-ports
- Add WAYLAND option - Bump PORTREVISION of dependents - Fix build of epiphany 3.24.2 with newer WebKit versions PR: 223733 Submitted by: Greg V <greg@unrelenting.technology> (initial update to 2.18.3) Reviewed by: Ting-Wei Lan <lantw44@gmail.com> Approved by: gnome (maintainer timeout, too long) Security: 1ce95bc7-3278-11e8-b527-00012e582166 MFH: 2018Q2 Differential Revision: https://reviews.freebsd.org/D14872
34 lines
756 B
Makefile
34 lines
756 B
Makefile
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= devhelp
|
|
PORTVERSION= 3.24.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Developer help browser for GNOME 3
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILES= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
|
libwebkit2gtk-4.0.so:www/webkit2-gtk3
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= compiler:c++11-lib gettext gmake gnome libtool localbase \
|
|
pathfix pkgconfig python:3.3+,build tar:xz
|
|
USE_GNOME= cairo gtk30 introspection
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-Werror
|
|
|
|
INSTALLS_ICONS= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
GLIB_SCHEMAS= org.gnome.devhelp.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|