openbsd-ports/textproc/sgmlformat/Makefile

32 lines
839 B
Makefile
Raw Normal View History

1998-04-05 05:54:22 -04:00
# New ports collection makefile for: sgmlformat
# Version required: 1.6
# Date created: July 16, 1997
# Whom: jfieber
#
# $FreeBSD: Makefile,v 1.9 1998/02/21 21:59:37 jfieber Exp $
# $OpenBSD: Makefile,v 1.11 2001/06/20 01:43:36 pvalchev Exp $
1998-04-05 05:54:22 -04:00
#
COMMENT= "generate groff/HTML from linuxdoc/docbook SGML documents"
DISTNAME= sgmlformat-1.7
1998-04-05 05:54:22 -04:00
CATEGORIES= textproc print
NEED_VERSION= 1.402
MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/
1998-04-05 05:54:22 -04:00
2000-10-07 12:49:23 -04:00
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
1998-04-05 05:54:22 -04:00
# License: BSD
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 01:29:49 -05:00
RUN_DEPENDS= onsgmls::textproc/openjade
RUN_DEPENDS+= ${PREFIX}/share/sgml/linuxdoc::textproc/linuxdoc \
${PREFIX}/share/sgml/docbook::textproc/docbook
1998-04-05 05:54:22 -04:00
2000-06-09 20:35:20 -04:00
FAKE_FLAGS=PREFIX=${PREFIX}
1998-04-05 05:54:22 -04:00
.include <bsd.port.mk>