aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mew-mule/Makefile
blob: 049276e4df2bd16fc6ec5168fe45988a01a200a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for: Mew (for mule)
# Date created:     17 January 1998
# Whom:         Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $FreeBSD$
#

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

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

BROKEN=     "Incorrect pkg-plist (removes directories not installed by this port)"

# 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"