1997-07-18 15:46:19 +00:00
|
|
|
# New ports collection makefile for: sgmlformat
|
1998-02-21 21:59:42 +00:00
|
|
|
# Version required: 1.6
|
1997-07-18 15:46:19 +00:00
|
|
|
# Date created: July 16, 1997
|
|
|
|
# Whom: jfieber
|
|
|
|
#
|
1998-02-21 21:59:42 +00:00
|
|
|
# $Id: Makefile,v 1.8 1998/01/17 17:28:44 jfieber Exp $
|
1997-07-18 15:46:19 +00:00
|
|
|
#
|
|
|
|
|
1998-02-21 21:59:42 +00:00
|
|
|
DISTNAME= sgmlformat-1.6
|
1997-07-18 15:46:19 +00:00
|
|
|
CATEGORIES= textproc print
|
|
|
|
MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/
|
|
|
|
|
|
|
|
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.
|
|
|
|
OSVERSION!= sysctl -n kern.osreldate
|
|
|
|
.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 \
|
1997-08-20 21:32:19 +00:00
|
|
|
${PREFIX}/bin/perl:${PORTSDIR}/lang/perl5
|
1997-07-18 15:46:19 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|