summaryrefslogtreecommitdiff
path: root/japanese/srd-fpw/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-06-23 19:04:06 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-06-23 19:04:06 +0000
commit65a8ef95ecf9bb501514037c4ebbfc83f73ec6c6 (patch)
tree2c38f5dfde3d03be8f66e53fe75334fff64e5f3c /japanese/srd-fpw/Makefile
parentAn encyclopedia "Mypaedia" (EPWING V1 format) (diff)
A English - Japanese Dictionary "Random House" (EPWING V1 format)
Notes
Notes: svn path=/head/; revision=29828
Diffstat (limited to 'japanese/srd-fpw/Makefile')
-rw-r--r--japanese/srd-fpw/Makefile57
1 files changed, 57 insertions, 0 deletions
diff --git a/japanese/srd-fpw/Makefile b/japanese/srd-fpw/Makefile
new file mode 100644
index 000000000000..300460967ba2
--- /dev/null
+++ b/japanese/srd-fpw/Makefile
@@ -0,0 +1,57 @@
+# New ports collection makefile for: srd - JIS X 4081 format version
+# Date created: 00/06/14
+# Whom: Satoshi Taoka <taoka@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= srd-fpw
+PORTVERSION= 1.0.8
+CATEGORIES= japanese
+MASTER_SITES= http://openlab.ring.gr.jp/edict/srd-fpw/
+DISTNAME= srd-fpw${PORTVERSION}-src
+
+MAINTAINER= taoka@FreeBSD.org
+
+BUILD_DEPENDS= fpwmake:${PORTSDIR}/japanese/freepwing \
+ catdump:${PORTSDIR}/japanese/epwutil \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode
+
+IS_INTERACTIVE= YES
+RESTRICTED= "The original dictionary is not free"
+WRKSRC= ${WRKDIR}/srd-fpw${PORTVERSION}
+MOUNT_PT?= /cdrom
+
+post-extract:
+ @if [ ! -f ${MOUNT_PT}/srd.ini ]; then \
+ ${ECHO} "###################################################"; \
+ ${ECHO} "Specify a mount point for Random House's CD-ROM"; \
+ ${ECHO} "and excecute the following command again:"; \
+ ${ECHO} " make MOUNT_PT=${MOUNT_PT}"; \
+ ${ECHO} "###################################################"; \
+ ${FALSE}; \
+ fi
+
+do-build:
+# cd ${WRKSRC}; fpwmake SRCDIR=${MOUNT_PT} > /dev/null; \
+ cd ${WRKSRC}; fpwmake SRCDIR=${MOUNT_PT}; \
+ fpwmake catalogs
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/dict/srd-fpw/srd-fpw/data
+ ${MKDIR} ${PREFIX}/share/dict/srd-fpw/srd-fpw/gaiji
+ ${INSTALL_DATA} ${WRKSRC}/honmon \
+ ${PREFIX}/share/dict/srd-fpw/srd-fpw/data
+ ${INSTALL_DATA} ${WRKSRC}/gai16f \
+ ${PREFIX}/share/dict/srd-fpw/srd-fpw/gaiji
+ ${INSTALL_DATA} ${WRKSRC}/gai16h \
+ ${PREFIX}/share/dict/srd-fpw/srd-fpw/gaiji
+ ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/srd-fpw
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/srd-fpw
+.for file in README.TXT README.PKG AUTHORS COPYING ChangeLog GAIJI.TXT TOBEDONE NEWS
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/srd-fpw
+.endfor
+.endif
+
+.include <bsd.port.mk>