freebsd-ports/textproc/sgmltools-lite/Makefile
Kris Kennaway b70e8b7e1d This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
2004-12-18 23:02:35 +00:00

41 lines
1.1 KiB
Makefile

# New ports collection makefile for: sgmltools
# Date created: 7 Apr 2000
# Whom: Benno Rice <benno@netizen.com.au>
#
# $FreeBSD$
#
PORTNAME= sgmltools-lite
PORTVERSION= 3.0.3
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sgmltools-lite
MAINTAINER= ports@FreeBSD.org
COMMENT= Generates various output formats from DocBook SGML documents
BUILD_DEPENDS+= python:${PORTSDIR}/lang/python \
openjade:${PORTSDIR}/textproc/openjade \
${LOCALBASE}/share/texmf:${PORTSDIR}/print/teTeX
RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \
${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-docbook-modular
BROKEN= Broken pkg-plist
EXPIRATION_DATE=2005-02-18
DEPRECATED= ${BROKEN}
MAN1= sgmltools-lite.1
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-etcsgml=${PREFIX}/etc/sgml --datadir=${LOCALBASE}/share
pre-configure:
${RM} -f ${WRKSRC}/config.cache
pre-install:
${MKDIR} ${PREFIX}/etc/sgml
post-install:
${ECHO_CMD} "3.0.3" > ${LOCALBASE}/share/sgml/misc/sgmltools/VERSION
.include <bsd.port.mk>