3b5e3e8d17
Bump NEED_VERSION.
27 lines
658 B
Makefile
27 lines
658 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.5 2000/03/24 23:28:36 espie Exp $
|
|
#
|
|
|
|
DISTNAME= sgmlformat-1.6
|
|
CATEGORIES= textproc print
|
|
NEED_VERSION= 1.230
|
|
MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/
|
|
|
|
MAINTAINER= matthieu@laas.fr
|
|
|
|
LICENSE_TYPE= BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= nsgmls::textproc/jade
|
|
RUN_DEPENDS+= ${PREFIX}/share/sgml/linuxdoc::textproc/linuxdoc
|
|
|
|
.include <bsd.port.mk>
|