1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Actually finish repository copy fixup for sgmltools-lite.

Thanks to:	asami (for nagging), peter (for fixing a cvs fubar)
This commit is contained in:
Will Andrews 2000-09-09 17:10:16 +00:00
parent 71cd032cd2
commit aae974eab5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32473
2 changed files with 33 additions and 0 deletions

View File

@ -86,6 +86,7 @@
SUBDIR += sgmlformat
SUBDIR += sgmls
SUBDIR += sgmltools
SUBDIR += sgmltools-lite
SUBDIR += sgrep
SUBDIR += sp
SUBDIR += texi2html

View File

@ -0,0 +1,32 @@
# 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
post-install:
${ECHO} "3.0.0" > ${LOCALBASE}/share/sgml/misc/sgmltools/VERSION
.include <bsd.port.mk>