1999-09-06 12:45:36 +00:00
|
|
|
# New ports collection makefile for: lookup for Emacs20
|
|
|
|
# Date created: 98/11/19
|
1999-09-08 15:21:53 +00:00
|
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
1999-09-06 12:45:36 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-11 14:15:53 +00:00
|
|
|
PORTNAME= lookup
|
|
|
|
PORTVERSION= 1.2
|
|
|
|
PKGNAMESUFFIX= -emacs20
|
1999-09-06 12:45:36 +00:00
|
|
|
CATEGORIES= japanese elisp
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
1999-09-08 15:21:53 +00:00
|
|
|
MAINTAINER= taoka@FreeBSD.org
|
1999-09-06 12:45:36 +00:00
|
|
|
|
|
|
|
RUN_DEPENDS= ${PREFIX}/share/emacs/site-lisp/bitmap/bitmap.el:${PORTSDIR}/editors/bitmap-emacs20 \
|
|
|
|
${PREFIX}/share/emacs/site-lisp/lookup/lookup.el:${PORTSDIR}/japanese/lookup-mule
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install: # empty
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
|