1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/japanese/diclookup-emacs20/Makefile
Satoshi Asami 3103ea2f76 Move "etlfonts freefonts getbdf sharefonts tkfont xfed xmbdfed" from
x11 to fonts.  While I'm here, change the category names in some
(hopefully all) CJK font ports.
1998-08-07 22:43:13 +00:00

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: Makefile,v 1.1.1.1 1998/08/03 00:15:02 asami Exp $
#
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-fonts/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>