freebsd-ports/textproc/sgmltools-lite/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

37 lines
985 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.3
PORTREVISION= 3
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+= openjade:${PORTSDIR}/textproc/openjade \
${LOCALBASE}/share/texmf:${PORTSDIR}/print/teTeX
RUN_DEPENDS+= docbook<2:${PORTSDIR}/textproc/docbook \
${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-docbook-modular
USE_PYTHON_BUILD= yes
MAN1= sgmltools-lite.1
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-etcsgml=${PREFIX}/etc/sgml --datadir=${PREFIX}/share
pre-configure:
${RM} -f ${WRKSRC}/config.cache
pre-install:
${MKDIR} ${PREFIX}/etc/sgml
post-install:
${ECHO_CMD} "3.0.3" > ${PREFIX}/share/sgml/misc/sgmltools/VERSION
.include <bsd.port.mk>