mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
20 lines
432 B
Makefile
20 lines
432 B
Makefile
|
# New ports collection makefile for: lookup for XEmacs
|
||
|
# Version required: 1.0
|
||
|
# Date created: 98/11/19
|
||
|
# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PKGNAME= ja-lookup-xemacs-1.0
|
||
|
|
||
|
MAINTAINER= taoka@infonets.hiroshima-u.ac.jp
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../lookup-mule
|
||
|
EMACS= xemacs
|
||
|
ELISPDIR= ${PREFIX}/lib/xemacs/site-lisp/lookup
|
||
|
PORTINFODIR= ${PREFIX}/lib/xemacs/info
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|
||
|
|