1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/textproc/gmat/Makefile
Mark Linimon a773113dcc Revert previous commit. I should have asked the maintainer for his views
one way or the other, anyways.

Objected to by:		DougB
2004-03-11 00:50:12 +00:00

38 lines
1002 B
Makefile

# ports collection makefile for: gmat
# Date created: 31 December 2000
# Whom: grog
#
# $FreeBSD$
#
PORTNAME= gmat
PORTVERSION= 0.2.4b
PORTREVISION= 2
WRKSRC= ${WRKDIR}/${PORTNAME}-0.2.4
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.ora.com/pub/gmat/
MAINTAINER= grog@FreeBSD.Org
COMMENT= O'Reilly's SGML formatting package.
RUN_DEPENDS= ${LOCALBASE}/bin/nsgmls:${PORTSDIR}/textproc/sp \
${LOCALBASE}/bin/procmail:${PORTSDIR}/mail/procmail \
${LOCALBASE}/share/sgml/docbook/3.1/docbook.dtd:${PORTSDIR}/textproc/docbook-310 \
gv:${PORTSDIR}/print/gv
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502102
BROKEN= "Does not build"
.endif
post-install:
(cd ${WRKSRC}; tar cf - test) | (cd ${LOCALBASE}/share/gmat; tar xvf -)
# Change the pathnames in CATALOG
(cd ${WRKSRC}/test; \
sed < CATALOG "s:/usr/local/prod/sgml/DocBook:${LOCALBASE}/share/sgml/docbook:g; \
s:/usr/local/prod:${LOCALBASE}/share/gmat:g" \
> ${LOCALBASE}/share/gmat/test/CATALOG )
.include <bsd.port.post.mk>