mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c480e96df4
PR: 8860 Submitted by: maintainer
20 lines
505 B
Makefile
20 lines
505 B
Makefile
# New ports collection makefile for: Mew (for emacs20)
|
|
# Version required: 1.93
|
|
# Date created: 17 January 1998
|
|
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.2 1998/12/01 03:06:32 asami Exp $
|
|
#
|
|
|
|
PKGNAME= mew-emacs20-1.93
|
|
|
|
EMACS_NAME= Emacs-20.3
|
|
DIRSECTION= The Emacs editor and associated tools
|
|
DIRENTRY= "* Mew: (mew). Messaging in the Emacs World."
|
|
INFOFILE= mew.info
|
|
|
|
MASTERDIR= ${.CURDIR}/../../mail/mew-common
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
|
|
.include "${MASTERDIR}/Makefile"
|