1997-07-18 15:46:19 +00:00
|
|
|
# New ports collection makefile for: sgmlformat
|
1998-09-15 21:18:17 +00:00
|
|
|
# Version required: 1.7
|
1997-07-18 15:46:19 +00:00
|
|
|
# Date created: July 16, 1997
|
|
|
|
# Whom: jfieber
|
|
|
|
#
|
1999-02-11 16:01:16 +00:00
|
|
|
# $Id: Makefile,v 1.12 1998/11/11 05:37:32 asami Exp $
|
1997-07-18 15:46:19 +00:00
|
|
|
#
|
|
|
|
|
1998-09-15 21:18:17 +00:00
|
|
|
DISTNAME= sgmlformat-1.7
|
1997-07-18 15:46:19 +00:00
|
|
|
CATEGORIES= textproc print
|
1999-02-11 16:01:16 +00:00
|
|
|
MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/
|
1997-07-18 15:46:19 +00:00
|
|
|
|
|
|
|
MAINTAINER= jfieber@FreeBSD.ORG
|
|
|
|
|
|
|
|
# There are two ports that satisfy the nsgmls requirement.
|
|
|
|
# Jade is preferred, but it currently doesn't compile on 2.1.x
|
|
|
|
# system, so use sp in that case.
|
1998-11-11 05:37:39 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1997-07-18 15:46:19 +00:00
|
|
|
.if ${OSVERSION} < 220000
|
|
|
|
RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/sp
|
|
|
|
.else
|
|
|
|
RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade
|
|
|
|
.endif
|
|
|
|
|
|
|
|
RUN_DEPENDS+= ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \
|
|
|
|
${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \
|
1998-09-15 21:18:17 +00:00
|
|
|
|
|
|
|
USE_PERL5= yes
|
1997-07-18 15:46:19 +00:00
|
|
|
|
1998-10-20 02:02:08 +00:00
|
|
|
MAN1= instant.1 sgmlfmt.1
|
|
|
|
MAN5= transpec.5
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
1997-07-18 15:46:19 +00:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
|
1998-11-11 05:37:39 +00:00
|
|
|
.include <bsd.port.post.mk>
|