22 lines
590 B
Makefile
22 lines
590 B
Makefile
# $NetBSD: Makefile,v 1.2 2000/06/07 22:14:18 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= OpenSP-1.4
|
|
PKGNAME= opensp-1.4
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://download.sourceforge.net/openjade/
|
|
|
|
MAINTAINER= hubertf@netbsd.org
|
|
HOMEPAGE= http://openjade.sourceforge.net/doc-1.4/index.htm
|
|
|
|
DEPENDS+= unproven-pthreads-[0-9]*:../../devel/unproven-pthreads
|
|
|
|
CONFLICTS+= sp-*
|
|
|
|
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++
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|