241126a5f4
Changes in OpenSP 1.5.2 * Support for version 4.0 and 4.1 of the GNU C++ compiler. * Added doc building and config option. * Updated local gettext. * Added config option to turn off DTDDECL support. * Update 'de' and 'fr' translations; add new 'tr' translation. * Add more tests. (Karl Eichwalder)
32 lines
779 B
Makefile
32 lines
779 B
Makefile
# $NetBSD: Makefile,v 1.34 2006/06/26 19:50:28 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= OpenSP-1.5.2
|
|
PKGNAME= ${DISTNAME:S/OpenSP/opensp/}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openjade/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://openjade.sourceforge.net/doc/index.htm
|
|
COMMENT= SGML parser, successor to "sp"
|
|
|
|
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
|
|
|
|
CONFLICTS+= sp-[0-9]*
|
|
|
|
USE_TOOLS+= gmake msgfmt perl
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
PTHREAD_OPTS+= require
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-http \
|
|
--enable-default-catalog=${PREFIX}/share/sgml/catalog
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|