pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/libpqxx Missed libpqxx/options.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97deec7b2203
branches:  trunk
changeset: 307253:97deec7b2203
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Thu May 03 13:29:57 2018 +0000
description:
Missed libpqxx/options.mk

diffstat:

 databases/libpqxx/options.mk |  33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diffs (37 lines):

diff -r 7bf6592c2a36 -r 97deec7b2203 databases/libpqxx/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/libpqxx/options.mk      Thu May 03 13:29:57 2018 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: options.mk,v 1.1 2018/05/03 13:29:57 prlw1 Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.libpqxx
+PKG_SUPPORTED_OPTIONS= doc
+PKG_SUGGESTED_OPTIONS=
+
+.include "../../mk/bsd.options.mk"
+
+PLIST_VARS+=           doc
+.if !empty(PKG_OPTIONS:Mdoc)
+CONFIGURE_ARGS+=       --enable-documentation
+PLIST.doc=             yes
+TOOL_DEPENDS+=         doxygen-[0-9]*:../../devel/doxygen
+TOOL_DEPENDS+=         graphviz-[0-9]*:../../graphics/graphviz
+TOOL_DEPENDS+=         xmlto-[0-9]*:../../textproc/xmlto
+
+PQXXDOCSRC=            ${WRKSRC}/doc/html
+PQXXDOC=               ${PREFIX}/share/doc/${PKGBASE}
+INSTALLATION_DIRS+=    ${PQXXDOC}/Reference ${PQXXDOC}/Tutorial
+INSTALLATION_DIRS+=    share/examples/libpqxx
+
+post-install:
+       ${INSTALL_DATA} ${PQXXDOCSRC}/Reference/*.html \
+               ${DESTDIR}${PQXXDOC}/Reference
+       ${INSTALL_DATA} ${PQXXDOCSRC}/Reference/doxygen.* \
+               ${DESTDIR}${PQXXDOC}/Reference
+       ${INSTALL_DATA} ${PQXXDOCSRC}/Tutorial/*.html   \
+               ${DESTDIR}${PQXXDOC}/Tutorial
+       ${INSTALL_DATA} ${WRKSRC}/test/*.cxx \
+               ${DESTDIR}${PREFIX}/share/examples/libpqxx
+.else
+CONFIGURE_ARGS+=       --disable-documentation
+.endif



Home | Main Index | Thread Index | Old Index