blob: 0dce4087d65c2957f06c4c1232945d79b92df98c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.6 2001/03/27 09:30:30 skrll Exp $
#
DISTNAME= kdoc-2.1
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/2.1/distribution/tar/generic/src/ \
ftp://ftp.us.kde.org/pub/kde/stable/2.1/distribution/tar/generic/src/ \
ftp://ftp.de.kde.org/pub/kde/stable/2.1/distribution/tar/generic/src/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= wulf@netbsd.org
HOMEPAGE= http://www.kde.org/
COMMENT= C++ and IDL Class Documentation Tool
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
USE_PERL5= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
pre-configure:
cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf
.include "../../mk/bsd.pkg.mk"
|