20 lines
542 B
Makefile
20 lines
542 B
Makefile
# 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.1.1.1 1998/04/05 09:56:09 matthieu Exp $
|
|
#
|
|
|
|
DISTNAME= sgmlformat-1.6
|
|
CATEGORIES= textproc print
|
|
MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/
|
|
|
|
MAINTAINER= matthieu@laas.fr
|
|
|
|
RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade
|
|
RUN_DEPENDS+= ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc
|
|
|
|
.include <bsd.port.mk>
|