mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
ca82e7631c
* Fix works slave mail/mew-emacs20. * Slave mail/mew-mule marked BROKEN, added EXPIRATION_DATE - wait fixes 2 months. PR: ports/92808 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> [1]
18 lines
361 B
Makefile
18 lines
361 B
Makefile
# New ports collection makefile for: Mew (for emacs20)
|
|
# Date created: 17 January 1998
|
|
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../mew
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Messaging in the Emacs World for emacs20
|
|
|
|
# set emacs port
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME=emacs20
|
|
|
|
.include "${MASTERDIR}/Makefile"
|