aboutsummaryrefslogtreecommitdiff
path: root/japanese/diclookup-emacs20/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/diclookup-emacs20/Makefile')
-rw-r--r--japanese/diclookup-emacs20/Makefile51
1 files changed, 0 insertions, 51 deletions
diff --git a/japanese/diclookup-emacs20/Makefile b/japanese/diclookup-emacs20/Makefile
deleted file mode 100644
index 31dd2a689283..000000000000
--- a/japanese/diclookup-emacs20/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# New ports collection makefile for: diclookup-emacs20
-# Date created: 31 Jan 1998
-# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= diclookup
-PORTVERSION= 2.3.4b8
-PORTREVISION= 1
-CATEGORIES= japanese elisp
-MASTER_SITES= ftp://ftp.math.s.chiba-u.ac.jp/tools/diclookup-mule/beta/
-PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-DISTNAME= diclookup-mule-${PORTVERSION}
-
-MAINTAINER= mita@FreeBSD.org
-COMMENT= CDROM dictionary client for emacs. (needs ndtpd or dserver package)
-
-DEPRECATED= emacs20 and related ports are obsolete; please use a more recent version
-EXPIRATION_DATE= 2007-08-19
-
-RUN_DEPENDS= ${FONTSDIR}/a18rk.pcf.gz:${PORTSDIR}/x11-fonts/intlfonts
-
-WRKSRC= ${WRKDIR}/diclookup-mule-${PORTVERSION}
-USE_EMACS= yes
-EMACS_PORT_NAME?= emacs20
-MAKE_ARGS+= LISPDIR="${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/diclookup"
-FONTSDIR= ${X11BASE}/lib/X11/fonts/local
-DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
-
-pre-install:
- ${MKDIR} ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/diclookup
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- @${SED} s!PREFIX_DIR!${PREFIX}!g ${FILESDIR}/setup-diclookup.sh \
- > ${DOCSDIR}/setup-diclookup.sh
- @${SED} s!PREFIX_DIR!${PREFIX}!g ${FILESDIR}/deinstall-diclookup.sh \
- > ${DOCSDIR}/deinstall-diclookup.sh
- ${INSTALL_DATA} ${FILESDIR}/README.diclookup-setup.txt \
- ${DOCSDIR}/
- ${INSTALL_DATA} ${WRKSRC}/README \
- ${DOCSDIR}/README.diclookup-mule
- ${INSTALL_DATA} ${WRKSRC}/README.sirup \
- ${DOCSDIR}/
- ${INSTALL_DATA} ${WRKSRC}/lib/README \
- ${DOCSDIR}/README.diclookup-mule.lib
-.endif
-
-.include <bsd.port.mk>