pkgsrc/graphics/goocanvasmm/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

29 lines
847 B
Makefile

# $NetBSD: Makefile,v 1.50 2020/01/18 23:32:12 rillig Exp $
#
DISTNAME= goocanvasmm-0.15.4
PKGREVISION= 31
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goocanvasmm/0.15/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://live.gnome.org/GooCanvas
COMMENT= C++ wrappers for goocanvas
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config perl
USE_LANGUAGES= c c++11
PKGCONFIG_OVERRIDE+= goocanvas/goocanvasmm.pc.in
CONFIGURE_ARGS+= MMDOCTOOLDIR=${PREFIX}/share/glibmm-2.4/doctool
BUILDLINK_API_DEPENDS.glibmm+= glibmm>=2.14.2
.include "../../devel/glibmm/buildlink3.mk"
BUILDLINK_API_DEPENDS.goocanvas+= goocanvas>=0.15
.include "../../graphics/goocanvas/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtkmm+= gtkmm>=2.22.0
.include "../../x11/gtkmm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"