2021-11-02 00:02:32 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.29 2021/11/02 00:02:35 sthen Exp $
|
2007-10-08 14:39:04 +00:00
|
|
|
|
2012-10-15 15:06:41 +00:00
|
|
|
COMMENT= text document format for writing documents and man pages
|
2007-10-08 14:39:04 +00:00
|
|
|
|
2020-11-09 11:33:39 +00:00
|
|
|
V= 9.0.4
|
|
|
|
DISTNAME= asciidoc-${V}
|
2021-11-02 00:02:32 +00:00
|
|
|
REVISION= 0
|
2020-11-09 11:33:39 +00:00
|
|
|
|
2007-10-08 14:39:04 +00:00
|
|
|
CATEGORIES= textproc
|
|
|
|
|
|
|
|
MAINTAINER= Robert Nagy <robert@openbsd.org>
|
|
|
|
|
2020-11-09 11:33:39 +00:00
|
|
|
HOMEPAGE= https://github.com/asciidoc/asciidoc-py3
|
2007-10-08 14:39:04 +00:00
|
|
|
|
2020-11-09 11:33:39 +00:00
|
|
|
# GPLv2+
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2007-10-08 14:39:04 +00:00
|
|
|
|
2020-11-09 11:33:39 +00:00
|
|
|
MASTER_SITES= https://github.com/asciidoc/asciidoc-py3/releases/download/${V}/
|
2007-10-08 14:39:04 +00:00
|
|
|
|
|
|
|
MODULES= lang/python
|
2014-07-16 14:39:40 +00:00
|
|
|
|
2020-11-09 11:33:39 +00:00
|
|
|
BUILD_DEPENDS= textproc/docbook-xsl
|
|
|
|
|
2014-07-16 14:39:40 +00:00
|
|
|
RUN_DEPENDS= textproc/docbook-xsl \
|
2020-11-09 11:33:39 +00:00
|
|
|
w3m-*|lynx-*:www/w3m
|
2011-01-15 11:09:17 +00:00
|
|
|
|
2013-03-02 14:08:48 +00:00
|
|
|
PKG_ARCH= *
|
|
|
|
USE_GMAKE= Yes
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2007-10-08 14:39:04 +00:00
|
|
|
|
2013-03-02 14:08:48 +00:00
|
|
|
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples
|
2007-10-08 14:39:04 +00:00
|
|
|
|
2013-03-02 14:08:48 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
2007-10-08 14:39:04 +00:00
|
|
|
|
2020-11-09 11:33:39 +00:00
|
|
|
INSTALL_TARGET= install docs
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
sed -i 's,/etc,${SYSCONFDIR},g' ${WRKSRC}/doc/testasciidoc.1.txt
|
2011-01-15 11:09:17 +00:00
|
|
|
|
2013-03-02 14:08:48 +00:00
|
|
|
post-install:
|
2020-11-09 11:33:39 +00:00
|
|
|
${INSTALL_DATA_DIR} ${WRKINST}${MODPY_SITEPKG} \
|
|
|
|
${PREFIX}/share/doc/asciidoc
|
2013-03-02 14:08:48 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/asciidocapi.py \
|
|
|
|
${WRKINST}${MODPY_SITEPKG}/asciidocapi.py
|
2020-11-09 11:33:39 +00:00
|
|
|
.for d in dblatex docbook-xsl images javascripts stylesheets
|
|
|
|
rm -r ${PREFIX}/share/doc/asciidoc/$d
|
|
|
|
ln -s ${SYSCONFDIR}/asciidoc/$d ${PREFIX}/share/doc/asciidoc/$d
|
|
|
|
.endfor
|
2007-10-08 14:39:04 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|