mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
c480e96df4
PR: 8860 Submitted by: maintainer
22 lines
593 B
Makefile
22 lines
593 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>
|
|
#
|
|
# $Id: Makefile,v 1.4 1998/12/01 03:06:32 asami Exp $
|
|
#
|
|
|
|
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"
|