summaryrefslogtreecommitdiff
path: root/converters/aish
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-12 22:01:29 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-13 00:58:35 +0200
commit03ddc450f67f0c111a6626012ff5390a9721555b (patch)
tree1cde8c0945443e1e0c49e64fd388f079c34ba8fd /converters/aish
parentmath/octave-forge-cfitsio: Update to 0.0.5. (diff)
converters/aish: Fix build with lvm15
- Add LICENSE NONE
Diffstat (limited to 'converters/aish')
-rw-r--r--converters/aish/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/converters/aish/Makefile b/converters/aish/Makefile
index 9f868bbc1c75..9e9d38155030 100644
--- a/converters/aish/Makefile
+++ b/converters/aish/Makefile
@@ -8,10 +8,18 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Ish/uuencode/Base64 converter
WWW= https://hp.vector.co.jp/authors/VA004474/etc/etc.html
+LICENSE= NONE
+
MAKE_ARGS= DSTDIR=${STAGEDIR}${PREFIX}/bin
OPTIONS_DEFINE= DOCS
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
+CFLAGS+= -Wno-error=int-conversion
+.endif
+
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ja/aish
${INSTALL_DATA} ${WRKSRC}/aish.txt ${STAGEDIR}${PREFIX}/share/doc/ja/aish