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.
22 lines
591 B
Makefile
22 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.62 2014/05/29 23:35:35 wiz Exp $
|
|
|
|
DISTNAME= gconfmm-2.28.3
|
|
PKGREVISION= 16
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconfmm/2.28/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://gtkmm.sourceforge.net/
|
|
COMMENT= C++ bindings for gconf
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake pkg-config perl
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/gconf/gconfmm-2.6.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/GConf/buildlink3.mk"
|
|
.include "../../devel/glibmm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|