summaryrefslogtreecommitdiffstats
path: root/japanese/pejv-fpw/Makefile
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2000-11-30 15:09:58 +0000
committertaoka <taoka@FreeBSD.org>2000-11-30 15:09:58 +0000
commit6c5159379047ad0ff24c69cb7d664cc54adbc043 (patch)
tree62304e5fddca654606b3ac30fe217220afc4cdb8 /japanese/pejv-fpw/Makefile
parent72c9718bd7293e6706ab1858d35916f6c600306b (diff)
downloadFreeBSD-ports-6c5159379047ad0ff24c69cb7d664cc54adbc043.zip
FreeBSD-ports-6c5159379047ad0ff24c69cb7d664cc54adbc043.tar.gz
An Esperanto-Japanese dictionary (EPWING V1 format)
Diffstat (limited to 'japanese/pejv-fpw/Makefile')
-rw-r--r--japanese/pejv-fpw/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/japanese/pejv-fpw/Makefile b/japanese/pejv-fpw/Makefile
new file mode 100644
index 0000000..5cf1126
--- /dev/null
+++ b/japanese/pejv-fpw/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: pejv 100 - JIS X 4081 format version
+# Date created: 2000.11.08
+# Whom: Satoshi Taoka <taoka@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pejv-fpw
+PORTVERSION= 1.0.3
+CATEGORIES= japanese
+MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/pejv/
+DISTNAME= ${PORTNAME}${PORTVERSION}
+
+MAINTAINER= taoka@FreeBSD.org
+
+USE_ZIP= yes
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}/pejv
+EXTRACT_BEFORE_ARGS= -qL
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/dict/pejv-fpw/pejv/data
+ ${INSTALL_DATA} ${WRKSRC}/pejv/data/honmon ${PREFIX}/share/dict/pejv-fpw/pejv/data
+ ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/pejv-fpw
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/pejv-fpw
+.for i in readme legumin.doc pejvo.doc
+ ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/pejv-fpw
+.endfor
+.endif
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud