mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f53a04c335
machines can install this one only. It's also newer than what used to be in the dserver port, benefitting some people with newer dictionaries, such as Satoshi (that's me). PR: 7471 Submitted by: MITA Yoshio <Yoshio.Mita@isen.fr>
38 lines
1.2 KiB
Makefile
38 lines
1.2 KiB
Makefile
# New ports collection makefile for: diclookup-mule
|
|
# Version required: 2.3.1beta2
|
|
# Date created: 31 Jan 1998
|
|
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= diclookup-mule-2.3.3
|
|
PKGNAME= ja-diclookup-mule-2.3.3
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= ftp://ftp.math.s.chiba-u.ac.jp/tools/diclookup-mule/
|
|
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
PATCHFILES= diclookup-mule-2.3.3-wave-patch.gz
|
|
|
|
MAINTAINER= mita@jp.FreeBSD.org
|
|
|
|
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/non-cjk/fonts.dir:${PORTSDIR}/x11/etlfonts
|
|
BUILD_DEPENDS= mule:${PORTSDIR}/japanese/mule-wnn4
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/lib/dserver/doc
|
|
@${SED} s!PREFIX_DIR!${PREFIX}!g ${FILESDIR}/setup-diclookup.sh \
|
|
> ${PREFIX}/lib/dserver/setup-diclookup.sh
|
|
@${SED} s!PREFIX_DIR!${PREFIX}!g ${FILESDIR}/deinstall-diclookup.sh \
|
|
> ${PREFIX}/lib/dserver/deinstall-diclookup.sh
|
|
${INSTALL_DATA} ${FILESDIR}/README.diclookup-setup.txt \
|
|
${PREFIX}/lib/dserver/doc
|
|
${INSTALL_DATA} ${WRKSRC}/README \
|
|
${PREFIX}/lib/dserver/doc/README.diclookup-mule
|
|
${INSTALL_DATA} ${WRKSRC}/README.sirup \
|
|
${PREFIX}/lib/dserver/doc/
|
|
${INSTALL_DATA} ${WRKSRC}/lib/README \
|
|
${PREFIX}/lib/dserver/doc/README.diclookup-mule.lib
|
|
|
|
.include <bsd.port.mk>
|