freebsd-ports/textproc/sgmltools-lite/Makefile
Akinori MUSHA 77f6c01ede Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:58:52 +00:00

35 lines
901 B
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.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sgmltools-lite
MAINTAINER= benno@netizen.com.au
BUILD_DEPENDS+= python:${PORTSDIR}/lang/python \
jade:${PORTSDIR}/textproc/jade \
${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
MAN1= sgmltools.1
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-etcsgml=${PREFIX}/etc/sgml
pre-configure:
${RM} -f ${WRKSRC}/config.cache
pre-install:
${MKDIR} ${PREFIX}/etc/sgml
post-install:
${ECHO_CMD} "3.0.0" > ${LOCALBASE}/share/sgml/misc/sgmltools/VERSION
.include <bsd.port.mk>