mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add buildtool-doc 0.14, buildtool User's and Developer's manuals.
PR: 54823 Submitted by: Sergei Kolobov <sergei@kolobov.com>
This commit is contained in:
parent
5cc7719d1d
commit
cdae2ef574
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88936
@ -77,6 +77,7 @@
|
||||
SUBDIR += bugbuddy2
|
||||
SUBDIR += bugzilla
|
||||
SUBDIR += buildtool
|
||||
SUBDIR += buildtool-doc
|
||||
SUBDIR += byaccj
|
||||
SUBDIR += c2lib
|
||||
SUBDIR += c2man
|
||||
|
47
devel/buildtool-doc/Makefile
Normal file
47
devel/buildtool-doc/Makefile
Normal file
@ -0,0 +1,47 @@
|
||||
# New ports collection makefile for: buildtool-doc
|
||||
# Date created: 2003-07-24
|
||||
# Whom: Sergei Kolobov <sergei@kolobov.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= buildtool-doc
|
||||
PORTVERSION= 0.14
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= buildtool
|
||||
|
||||
MAINTAINER= sergei@kolobov.com
|
||||
COMMENT= Buildtool User's and Developer's manuals
|
||||
|
||||
BUILD_DEPENDS= ${BUILDTOOL}:${PORTSDIR}/devel/buildtool \
|
||||
xsltproc:${PORTSDIR}/textproc/libxslt \
|
||||
xmlcatalog:${PORTSDIR}/textproc/libxml2 \
|
||||
${DOCBOOK_XML}:${PORTSDIR}/textproc/docbook-xml \
|
||||
${DOCBOOK_XSL}:${PORTSDIR}/textproc/docbook-xsl
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
IGNORE= contains only documentation
|
||||
.endif
|
||||
|
||||
BUILDTOOL= ${LOCALBASE}/bin/buildtool
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --dir-doc=${DOCSDIR} \
|
||||
--dir-html=${DOCSDIR}
|
||||
|
||||
DOCBOOK_XML= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd
|
||||
DOCBOOK_XSL= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl
|
||||
|
||||
DOCS= CHANGES COPYING PEOPLE README README.bt
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC} && \
|
||||
DOCBOOK_XSL=${LOCALBASE}/share/xsl/docbook \
|
||||
${BUILDTOOL} config ${CONFIGURE_ARGS}
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${BUILDTOOL} build
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${BUILDTOOL} install
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/buildtool-doc/distinfo
Normal file
1
devel/buildtool-doc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (buildtool-doc-0.14.tar.gz) = f4f4045d250609872b2dbdd199550ada
|
6
devel/buildtool-doc/pkg-descr
Normal file
6
devel/buildtool-doc/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This package includes the Buildtool User's and Developer's manual.
|
||||
You will need Buildtool itself to generate and install end user
|
||||
documents.
|
||||
|
||||
Author: Julio M. Merino Vidal <jmmv@users.sourceforge.net>
|
||||
WWW: http://buildtool.sourceforge.net/
|
25
devel/buildtool-doc/pkg-plist
Normal file
25
devel/buildtool-doc/pkg-plist
Normal file
@ -0,0 +1,25 @@
|
||||
@comment $FreeBSD$
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/PEOPLE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/bt_config.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/bt_dist.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/bt_doc.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/bt_lint.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/bt_make.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/bt_pkgflags.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/bt_swcgen.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/bt_wizard.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/buildtool.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/config.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/defs.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docs.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/intro.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mks.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pt01.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pt02.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/scripts.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/style.css
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user