aboutsummaryrefslogtreecommitdiff
path: root/textproc/openjade
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2000-02-11 01:52:21 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2000-02-11 01:52:21 +0000
commit9073f0dae18be49611bc10b0636433ccda14fb95 (patch)
tree24adc67106b96fc73881b7805da0787f749a84e6 /textproc/openjade
parente6762aeb44ae840f1bef5088c2c34aac4f953080 (diff)
downloadports-9073f0dae18be49611bc10b0636433ccda14fb95.tar.gz
ports-9073f0dae18be49611bc10b0636433ccda14fb95.zip
Notes
Diffstat (limited to 'textproc/openjade')
-rw-r--r--textproc/openjade/Makefile9
-rw-r--r--textproc/openjade/pkg-plist4
2 files changed, 13 insertions, 0 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile
index f608fc1b3ce7..267f3ecf2e2b 100644
--- a/textproc/openjade/Makefile
+++ b/textproc/openjade/Makefile
@@ -22,6 +22,10 @@ BROKEN= nsgmls coredumps in static constructors
PATCH_DIST_STRIP?= -p1
GNU_CONFIGURE= yes
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
+CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog
+
+pre-install:
+ @find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \;
post-install:
.for i in jade nsgmls sgmlnorm spam spent sx
@@ -34,5 +38,10 @@ post-install:
${MKDIR} ${PREFIX}/share/sgml/jade
${INSTALL_DATA} ${WRKSRC}/dsssl/* ${PREFIX}/share/sgml/jade
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m $(PREFIX)/lib
+ @if [ ! -f ${PREFIX}/share/sgml/catalog ]; then \
+ ${ECHO} "CATALOG \"${PREFIX}/share/sgml/jade/catalog\"" > ${PREFIX}/share/sgml/catalog; \
+ else \
+ ${SETENV} LANG=C ${PERL} -ni -e 'print if !m|${PREFIX}/share/sgml/jade/catalog|;print "CATALOG \"${PREFIX}/share/sgml/jade/catalog\"\n" if eof;' ${PREFIX}/share/sgml/catalog; \
+ fi
.include <bsd.port.mk>
diff --git a/textproc/openjade/pkg-plist b/textproc/openjade/pkg-plist
index a3bdb33c6581..d752e03e4bd7 100644
--- a/textproc/openjade/pkg-plist
+++ b/textproc/openjade/pkg-plist
@@ -171,10 +171,14 @@ share/doc/jade/sx.htm
share/doc/jade/sysdecl.htm
share/doc/jade/sysid.htm
share/doc/jade/xml.htm
+share/sgml/jade/FOT.tex
share/sgml/jade/Makefile.jadetex
share/sgml/jade/catalog
+@unexec env LANG=C perl -ni -e 'print if !m|%D/%F|;' %D/share/sgml/catalog
+@exec if [ ! -f %D/share/sgml/catalog ]; then echo "CATALOG \"%D/%F\"" > %D/share/sgml/catalog; else env LANG=C perl -ni -e 'print if !m|%D/%F|;print "CATALOG \"%D/%F\"\n" if eof;' %D/share/sgml/catalog; fi
share/sgml/jade/demo.dsl
share/sgml/jade/demo.sgm
+share/sgml/jade/demoMaster.tex
share/sgml/jade/dsssl.dtd
share/sgml/jade/fot.dtd
share/sgml/jade/jadetex.dtx