blob: 9b18a460d5c119a2b6b349bf100ae0ebb25c17c6 (
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
30
|
# New ports collection makefile for: Mew (for xemacs21)
# Date created: 21 November 1997
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $FreeBSD$
#
MAINTAINER?= ports@FreeBSD.org
COMMENT= Message interface to Emacs Window (version 3) for emacs20
DEPRECATED= emacs20 and related ports are obsolete; please use a more recent version
EXPIRATION_DATE= 2007-08-19
# Mew major version
MEW_MAJOR_VER?= 3
LATEST_LINK= mew3-emacs20
# 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
USE_EMACS= yes
EMACS_PORT_NAME= emacs20
.include "${MASTERDIR}/Makefile"
|