diff options
author | shell <shell@pkgsrc.org> | 2002-04-21 11:12:20 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-04-21 11:12:20 +0000 |
commit | ceaeecd2ebe0edd7c4b90af636e1ee379805621d (patch) | |
tree | ed98f35ade0881504ea7e190a5b5ae03c58c3ecf /x11/p5-Tk | |
parent | 3e5aa3914fd912dfa58ca960e16ea92875cdc1fc (diff) | |
download | pkgsrc-ceaeecd2ebe0edd7c4b90af636e1ee379805621d.tar.gz |
- Corrected WRKSRC
- change my email address
- fmt on DESCR
Diffstat (limited to 'x11/p5-Tk')
-rw-r--r-- | x11/p5-Tk/DESCR | 8 | ||||
-rw-r--r-- | x11/p5-Tk/Makefile | 25 |
2 files changed, 18 insertions, 15 deletions
diff --git a/x11/p5-Tk/DESCR b/x11/p5-Tk/DESCR index 307282901dd..e953f41a44e 100644 --- a/x11/p5-Tk/DESCR +++ b/x11/p5-Tk/DESCR @@ -1,4 +1,6 @@ -This a re-port of a perl interface to Tk8.0.5 (Scriptics's production release). +This a re-port of a perl interface to Tk8.0.5 (Scriptics's production +release). -It also includes all the C code parts of Ioi Kim Lam's Tix4.1.0.006 release. -The perl code corresponding to Tix's Tcl code is not fully implemented. +It also includes all the C code parts of Ioi Kim Lam's Tix4.1.0.006 +release. The perl code corresponding to Tix's Tcl code is not +fully implemented. diff --git a/x11/p5-Tk/Makefile b/x11/p5-Tk/Makefile index 9796764d201..bac3b1ea00b 100644 --- a/x11/p5-Tk/Makefile +++ b/x11/p5-Tk/Makefile @@ -1,23 +1,24 @@ -# $NetBSD: Makefile,v 1.29 2002/04/20 05:02:32 shell Exp $ +# $NetBSD: Makefile,v 1.30 2002/04/21 11:12:20 shell Exp $ # FreeBSD Id: Makefile,v 1.14 1997/09/14 04:00:00 jfitz Exp # -DISTNAME= Tk-800.024 -PKGNAME= p5-Tk-800.024 -SVR4_PKGNAME= p5tk -CATEGORIES= x11 tk perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tk/} +DISTNAME= Tk-800.024 +PKGNAME= p5-Tk-800.024 +SVR4_PKGNAME= p5tk +CATEGORIES= x11 tk perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tk/} -MAINTAINER= shell@shellhung.org -HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Tk/pod/overview.html -COMMENT= Perl5 interface to Tk +MAINTAINER= shell@netbsd.org +HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Tk/pod/overview.html +COMMENT= Perl5 interface to Tk -BUILD_DEPENDS= p5-HTML-Parser>=3.19:../../www/p5-HTML-Parser +BUILD_DEPENDS= p5-HTML-Parser>=3.19:../../www/p5-HTML-Parser USE_BUILDLINK_ONLY= YES -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Tk/.packlist +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Tk/.packlist -MAKE_PARAMS= X11=${BUILDLINK_X11_DIR} +MAKE_PARAMS= X11=${BUILDLINK_X11_DIR} +WRKSRC= ${WRKDIR}/Tk800.024 do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS} |