5fed4155ea
Switch to wxGTK30. 0.69 Tue Apr 18 2017 - added build dependency on LWP::Protocol::https - it is always - necessary due to sourceforge redirect to https 0.68 Sat Apr 8 2017 - RT:120887 - patch from Jim Keenan for '.' no longer in@INC - RT:94367 - allow ENV setting for wx-config - Fix current OSX builds
23 lines
708 B
Makefile
23 lines
708 B
Makefile
# $NetBSD: Makefile,v 1.44 2017/09/17 13:55:28 wiz Exp $
|
|
|
|
DISTNAME= Alien-wxWidgets-0.69
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= x11 perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Alien/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Alien-wxWidgets/
|
|
COMMENT= Building, finding and using wxWidgets binaries
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Module-Pluggable>=2.6:../../devel/p5-Module-Pluggable
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LANGUAGES+= c c++
|
|
PERL5_PACKLIST= auto/Alien/wxWidgets/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
MAKE_PARAMS+= --no-wxWidgets-build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../x11/wxGTK30/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|