head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2003.07.31.17.37.22;	author shige;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add elisp/emacsen ports in the ports tree @@ 2003/07/31
@
text
@# New ports collection makefile for: Mew (for mule)
# Date created:		17 January 1998
# Whom:			Kiriyama Kazuhiko <kiri@@kiri.toba-cmt.ac.jp>
#
# $FreeBSD$
# $ports: ports/mail/mew-mule/Makefile,v 1.13 2003/03/07 00:16:23 ade Exp $
#

MAINTAINER=	kiri@@FreeBSD.org
COMMENT=	Message interface to Emacs Window for mule

# This is a slave port.
MASTERDIR=	${.CURDIR}/../mew

# set emacs port
EMACS_PORT_NAME=mule

# target name for make build and install
ALL_TARGET=	all # info jinfo
INSTALL_TARGET=	install install-info install-jinfo install-etc

# set *-setupel.el
EMACS_SETUPEL=	${PORTNAME}-setup.el

# use pkg-* files in ${.CURDIR}
PKGDIR=		${.CURDIR}

.include "${MASTERDIR}/Makefile"
@
