diff options
Diffstat (limited to 'japanese/ASCIIdates98-fpw/Makefile')
-rw-r--r-- | japanese/ASCIIdates98-fpw/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/japanese/ASCIIdates98-fpw/Makefile b/japanese/ASCIIdates98-fpw/Makefile new file mode 100644 index 000000000000..0af12b8e3c6a --- /dev/null +++ b/japanese/ASCIIdates98-fpw/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: ASCIIdates98 Dictionary - JIS X 4081 version +# Date created: 2000.11.28 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ASCIIdates98-fpw +PORTVERSION= 1.0 +CATEGORIES= japanese +MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/ASCIIdates98/ +DISTNAME= ${PORTNAME:S/-fpw//}-${PORTVERSION} + +MAINTAINER= taoka@FreeBSD.org + +USE_ZIP= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/ascdates +EXTRACT_BEFORE_ARGS= -qL + +do-install: + ${MKDIR} ${PREFIX}/share/dict/ASCIIdates98-fpw/ascdates/data + ${INSTALL_DATA} ${WRKSRC}/devil/data/honmon ${PREFIX}/share/dict/ASCIIdates98-fpw/ascdates/data + ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/ASCIIdates98-fpw +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/ASCIIdates98-fpw +.for i in readme + ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/ASCIIdates98-fpw +.endfor +.endif + +.include <bsd.port.mk> |