7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
29 lines
841 B
Makefile
29 lines
841 B
Makefile
# $NetBSD: Makefile,v 1.34 2014/05/29 23:36:38 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= goocanvasmm-0.15.4
|
|
PKGREVISION= 18
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goocanvasmm/0.15/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://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++
|
|
|
|
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"
|