mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
22 lines
551 B
Makefile
22 lines
551 B
Makefile
# New ports collection makefile for: Mew (for mule)
|
|
# Version required: 1.93
|
|
# Date created: 17 January 1998
|
|
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAME= mew-mule-1.93
|
|
|
|
EMACS_NAME= Mule-2.3
|
|
DIRSECTION= The Emacs editor and associated tools
|
|
DIRENTRY= "* Mew: (mew). Messaging in the Emacs World (English)." \
|
|
"* Mew.jis: (mew.jis). Messaging in the Emacs World (Japanese)."
|
|
INFOFILE= mew.info \
|
|
mew.jis.info
|
|
|
|
MASTERDIR= ${.CURDIR}/../../mail/mew-common
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
|
|
.include "${MASTERDIR}/Makefile"
|