freebsd-ports/mail/mew3-emacs20/Makefile
Kiriyama Kazuhiko b4aa984a6c New port for Mew3 of Emacs20 with which repositry copied from
mail/mew2-emacs20[1].

PR:		ports/46008
Submitted by:	ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
Approved by:	portmgr(marcus@marcuscom.com)[1]
2003-11-20 07:34:31 +00:00

24 lines
558 B
Makefile

# New ports collection makefile for: Mew (for xemacs21)
# Date created: 21 November 1997
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $FreeBSD$
#
MAINTAINER?= kiri@FreeBSD.org
COMMENT= Message interface to Emacs Window (version 3) for emacs20
# Mew major version
MEW_MAJOR_VER?= 3
# This is a slave port.
MASTERDIR= ${.CURDIR}/../mew${MEW_MAJOR_VER}
# use pkg-* files in ${.CURDIR} except for pkg-message
PKGDIR= ${.CURDIR}
PKGMESSAGE= ${MASTERDIR}/pkg-message
# set emacs port
EMACS_PORT_NAME= emacs20
.include "${MASTERDIR}/Makefile"