mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
a773113dcc
one way or the other, anyways. Objected to by: DougB
38 lines
1002 B
Makefile
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>
|