1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/devhelp/Makefile
Koop Mast 0b4c29ae2f Update devhelp to 3.24.0.
* Add license
* Review dependancies
* Install the gedit plugin, there is no reason not to
* Switch to USES=localbase
* Update pkg-descr, GNOME 2 is long gone. Add new WWW

Obtained from:	gnome devel repo (based on)
2017-06-05 15:51:52 +00:00

32 lines
707 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= devhelp
PORTVERSION= 3.24.0
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
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.gnome.devhelp.gschema.xml
.include <bsd.port.mk>