diff options
author | wulf <wulf> | 2000-01-16 14:00:23 +0000 |
---|---|---|
committer | wulf <wulf> | 2000-01-16 14:00:23 +0000 |
commit | 0da3d0bdc275a99208e99a31d1192c74a9b59304 (patch) | |
tree | e492237124014fda2ca5e5db4346c5533280bae5 /textproc/kdoc/Makefile | |
parent | ec1b7b0b5bb4d48264d11b90ab5955a7b71aa5da (diff) | |
download | pkgsrc-0da3d0bdc275a99208e99a31d1192c74a9b59304.tar.gz |
Initial import of kdoc, a C++ and IDL Class Documentation Tool.
Diffstat (limited to 'textproc/kdoc/Makefile')
-rw-r--r-- | textproc/kdoc/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/kdoc/Makefile b/textproc/kdoc/Makefile new file mode 100644 index 00000000000..6fb96c692e5 --- /dev/null +++ b/textproc/kdoc/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/16 14:00:23 wulf Exp $ +# + +DISTNAME= kdoc-2.0a30 +WRKSRC= ${WRKDIR}/kdoc +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.ping.net.au/pub/unix/utils/ + +MAINTAINER= wulf@netbsd.org +HOMEPAGE= http://www.ph.unimelb.edu.au/~ssk/kde/kdoc/ + +USE_PERL5= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" |