summaryrefslogtreecommitdiff
path: root/textproc/jade
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-03-29 15:41:53 +0000
committerhubertf <hubertf>2001-03-29 15:41:53 +0000
commit993aa3f4966e2b646d71283a182dffd4a4ecd915 (patch)
tree70913d3f10fa83f3463aefdaec155da6217a1472 /textproc/jade
parent6652675db0e38b8d4fe070f5d139dd474821c697 (diff)
downloadpkgsrc-993aa3f4966e2b646d71283a182dffd4a4ecd915.tar.gz
Enable MIF output, default catalog, and fix the docs to actually
install the *jade* *docs* (not sp, which is in another dir here). thanks a lot to "Kogule, Ryo" <kogule@mars.dti.ne.jp> for the patch!
Diffstat (limited to 'textproc/jade')
-rw-r--r--textproc/jade/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile
index c5b8a1c426c..6161a1bbd7b 100644
--- a/textproc/jade/Makefile
+++ b/textproc/jade/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2001/03/29 13:43:44 hubertf Exp $
+# $NetBSD: Makefile,v 1.8 2001/03/29 15:41:53 hubertf Exp $
# FreeBSD Id: Makefile,v 1.15 1999/01/31 11:15:57 dirk Exp
#
DISTNAME= jade-1.2.1
-PKGNAME= jade-1.2.1nb1
+PKGNAME= jade-1.2.1nb2
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.jclark.com/pub/jade/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.jclark.com/pub/jade/ \
@@ -19,6 +19,8 @@ CONFLICTS+= sp-*
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CXXFLAGS="${CFLAGS}"
CONFIGURE_ARGS= --disable-shared
+CONFIGURE_ARGS+= --enable-default-catalog=${PREFIX}/share/sgml/jade/catalog
+CONFIGURE_ARGS+= --enable-mif
post-install:
.for i in jade nsgmls sgmlnorm spam spent sx
@@ -27,7 +29,7 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/sp
${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/include/sp
${MKDIR} ${PREFIX}/share/doc/sp
- ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${PREFIX}/share/doc/sp
+ ${INSTALL_DATA} ${WRKSRC}/jadedoc/*.htm ${PREFIX}/share/doc/jade
${MKDIR} ${PREFIX}/share/sgml/jade
${INSTALL_DATA} ${WRKSRC}/dsssl/* ${PREFIX}/share/sgml/jade