Tk-804.035 release (2020-03-28) ------------------ This is basically the same like Tk-804.034_501. Tk-804.034_501 release (2020-03-19) ---------------------- Fixes Add dummy rules for newer EUMM (RT #124910) Try harder to find libpng on FreeBSD Tk-804.034_500 release (2020-02-23) ---------------------- Fixes Compiles again with perl 5.31.x (see also github pull request #61 and https://github.com/Perl/perl5/issues/17024 by Karl Williamson). Now ppport.h is included in the distribution. Switch to X's locale handling if needed (Karl Williamson) Don't use buttons 4 and 5 on non-X11 platforms (Christopher Chavez) Fix corner case in XPM handling (/* in colors section) Spelling/grammar fixes in comments and code (Christopher Chavez) Improved demo script photo1.pl (Christopher Chavez) Documentation Smaller Pod fixes (Slaven Rezic, Christopher Chavez) Tests travis-ci fixes
33 lines
849 B
Makefile
33 lines
849 B
Makefile
# $NetBSD: Makefile,v 1.98 2020/09/07 20:58:27 wiz Exp $
|
|
|
|
DISTNAME= Tk-804.035
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= x11 tk perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tk/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Tk
|
|
COMMENT= Perl5 interface to Tk
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
BUILD_DEPENDS+= p5-HTML-Parser>=3.19:../../www/p5-HTML-Parser
|
|
|
|
USE_TOOLS+= pkg-config
|
|
PERL5_PACKLIST= auto/Tk/.packlist
|
|
|
|
MAKE_PARAMS= X11=${X11BASE}
|
|
|
|
REPLACE_PERL+= TextList/reindex.pl
|
|
REPLACE_PERL+= pTk/Tcl-pTk
|
|
REPLACE_PERL+= pTk/mkVFunc
|
|
REPLACE_PERL+= demos/widget
|
|
|
|
pre-configure:
|
|
${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|