freebsd-ports/textproc/sgmlformat/Makefile
Michael Haro 65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00

40 lines
898 B
Makefile

# New ports collection makefile for: sgmlformat
# Version required: 1.7
# Date created: July 16, 1997
# Whom: jfieber
#
# $FreeBSD$
#
DISTNAME= sgmlformat-1.7
CATEGORIES= textproc print
MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/
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.
.include <bsd.port.pre.mk>
.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 \
USE_PERL5= yes
MAN1= instant.1 sgmlfmt.1
MAN5= transpec.5
MANCOMPRESSED= yes
post-install:
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.post.mk>