1998-04-05 09:54:22 +00: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 $
|
2002-12-29 20:19:09 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2002/12/29 20:19:09 fgsch Exp $
|
1998-04-05 09:54:22 +00:00
|
|
|
#
|
|
|
|
|
2001-05-06 04:11:38 +00:00
|
|
|
COMMENT= "generate groff/HTML from linuxdoc/docbook SGML documents"
|
|
|
|
|
2000-09-20 20:56:19 +00:00
|
|
|
DISTNAME= sgmlformat-1.7
|
1998-04-05 09:54:22 +00:00
|
|
|
CATEGORIES= textproc print
|
2000-09-20 20:56:19 +00:00
|
|
|
MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/
|
1998-04-05 09:54:22 +00:00
|
|
|
|
2000-10-07 16:49:23 +00:00
|
|
|
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
|
1998-04-05 09:54:22 +00:00
|
|
|
|
2001-06-20 01:43:11 +00:00
|
|
|
# License: BSD
|
2000-03-05 18:30:21 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 06:29:49 +00:00
|
|
|
|
2001-11-13 22:13:22 +00:00
|
|
|
RUN_DEPENDS= ::textproc/openjade \
|
|
|
|
::textproc/linuxdoc \
|
|
|
|
::textproc/docbook
|
1998-04-05 09:54:22 +00:00
|
|
|
|
2000-06-10 00:35:20 +00:00
|
|
|
FAKE_FLAGS=PREFIX=${PREFIX}
|
|
|
|
|
1998-04-05 09:54:22 +00:00
|
|
|
.include <bsd.port.mk>
|