e32afb6fea
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
25 lines
694 B
Makefile
25 lines
694 B
Makefile
# $NetBSD: Makefile,v 1.5 2001/03/27 03:20:19 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= kdoc-2.0.1b
|
|
WRKSRC= ${WRKDIR}/kdoc-2.0.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/2.0.1/distribution/tar/generic/src/ \
|
|
ftp://ftp.us.kde.org/pub/kde/stable/2.0.1/distribution/tar/generic/src/ \
|
|
ftp://ftp.de.kde.org/pub/kde/stable/2.0.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"
|