diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
commit | 96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch) | |
tree | 7650cfe102643b74d6ad1d3efe1771281b5e66f0 /japanese/lookup-emacs21/Makefile | |
parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_5_0'.release/5.5.0
Notes
Notes:
svn path=/head/; revision=158034
svn path=/tags/RELEASE_5_5_0/; revision=158035; tag=release/5.5.0
Diffstat (limited to 'japanese/lookup-emacs21/Makefile')
-rw-r--r-- | japanese/lookup-emacs21/Makefile | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/japanese/lookup-emacs21/Makefile b/japanese/lookup-emacs21/Makefile deleted file mode 100644 index 3af32433ea68..000000000000 --- a/japanese/lookup-emacs21/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: lookup for Mule 2.3 -# Date created: 98/11/19 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= lookup -PORTVERSION= 1.4 -PORTREVISION= 1 -PKGNAMESUFFIX= -${EMACS_PORT_NAME} -CATEGORIES= japanese elisp -MASTER_SITES= http://openlab.ring.gr.jp/edict/lookup/dist/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Search interface on ${EMACS_PORT_NAME} for CD-ROM books, etc - -FILESDIR= ${.CURDIR}/../lookup/files -PKGDIR= ${.CURDIR}/../lookup -PLIST= ${.CURDIR}/pkg-plist -USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 - -INFO?= lookup lookup-guide - -.if (${EMACS_PORT_NAME} == "xemacs21-mule") -EMACSDIR= ${PREFIX}/lib/xemacs/site-packages -ELISPDIR= ${EMACSDIR}/lisp/lookup -PORTINFODIR= ${EMACSDIR}/info -MANIFEST= MANIFEST.lookup -.else -ELISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/lookup -PORTINFODIR= ${PREFIX}/info -PLIST_SUB= ELISPDIR=${EMACS_VERSION_SITE_LISPDIR} -.endif -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ - --with-lispdir=${ELISPDIR} \ - --infodir=${PORTINFODIR} - -post-install: -.if (${EMACS_PORT_NAME} == "xemacs21-mule") - ${RM} -f ${WRKDIR}/${MANIFEST} - emacsdir=`${ECHO_CMD} ${EMACSDIR} | ${SED} -e "s;^${PREFIX}/;;"`; \ - ${CAT} ${PLIST} | ${GREP} -e "^$${emacsdir}" | \ - ${SED} -e "s;^$${emacsdir}/;;" > ${WRKDIR}/${MANIFEST} - ${MKDIR} ${EMACSDIR}/pkginfo - ${INSTALL_DATA} ${WRKDIR}/${MANIFEST} \ - ${EMACSDIR}/pkginfo/ -.endif - -.include <bsd.port.mk> |