diff options
author | jlam <jlam> | 2001-11-13 21:27:27 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-13 21:27:27 +0000 |
commit | da380206590c7d0180983b03f30e5f4b0631f10e (patch) | |
tree | f3b2196e6f5020e62b37af2ec2cc1eb07b098887 /textproc/kdoc | |
parent | 64dc6b96701001519a321ddde305710e7e396583 (diff) | |
download | pkgsrc-da380206590c7d0180983b03f30e5f4b0631f10e.tar.gz |
* Strongly buildlinkify.
Diffstat (limited to 'textproc/kdoc')
-rw-r--r-- | textproc/kdoc/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/textproc/kdoc/Makefile b/textproc/kdoc/Makefile index e84ab31fb16..84a9d346f54 100644 --- a/textproc/kdoc/Makefile +++ b/textproc/kdoc/Makefile @@ -1,13 +1,17 @@ -# $NetBSD: Makefile,v 1.8 2001/10/18 09:57:11 skrll Exp $ +# $NetBSD: Makefile,v 1.9 2001/11/13 21:27:27 jlam Exp $ DISTNAME= kdoc-2.2.1 -CATEGORIES= textproc -.include "../../x11/kde2/Makefile.part1" +CATEGORIES= textproc kde +MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/2.2.1/src/ \ + ftp://ftp.us.kde.org/pub/kde/stable/2.2.1/src/ \ + ftp://ftp.de.kde.org/pub/kde/stable/2.2.1/src/ +EXTRACT_SUFX= .tar.bz2 + MAINTAINER= wulf@netbsd.org COMMENT= C++ and IDL Class Documentation Tool -USE_PERL5= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_PERL5= YES +USE_GMAKE= YES +GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" |