1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/converters/aish/Makefile
Adam Weinberger 44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
2014-07-15 23:11:12 +00:00

22 lines
521 B
Makefile

# Created by: Masanori Kiriake <seiken@nbs.co.jp>
# $FreeBSD$
PORTNAME= aish
PORTVERSION= 1.13
CATEGORIES= converters
MASTER_SITES= http://hp.vector.co.jp/authors/VA004474/etc/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}u
MAINTAINER= ports@FreeBSD.org
COMMENT= Ish/uuencode/Base64 converter
MAKE_ARGS= DSTDIR=${STAGEDIR}${PREFIX}/bin
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ja/aish
${INSTALL_DATA} ${WRKSRC}/aish.txt ${STAGEDIR}${PREFIX}/share/doc/ja/aish
.include <bsd.port.mk>