pkgsrc/textproc/opensp/Makefile
agc 64aef96708 Make this package compile:
+ use NetBSD's libtool, rather than the one in the package
+ add USE_LIBINTL
2002-07-25 10:02:09 +00:00

28 lines
720 B
Makefile

# $NetBSD: Makefile,v 1.12 2002/07/25 10:02:09 agc Exp $
#
DISTNAME= OpenSP-1.4
PKGNAME= opensp-1.4
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openjade/}
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://openjade.sourceforge.net/doc-1.4/index.htm
COMMENT= SGML parser, successor to "sp"
DEPENDS+= unproven-pthreads-[0-9]*:../../devel/unproven-pthreads
USE_PERL5= build
CONFLICTS+= sp-[0-9]*
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--enable-http \
--enable-default-catalog=${PREFIX}/share/sgml/catalog
CONFIGURE_ENV+= CC="${LOCALBASE}/pthreads/bin/pgcc" \
CXX="${LOCALBASE}/pthreads/bin/pg++"
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
USE_LIBINTL= yes
.include "../../mk/bsd.pkg.mk"