mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9d372f14d0
XEMACS_MAJOR_VER should have fixed value "21". PR: ports/15950 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
16 lines
396 B
Makefile
16 lines
396 B
Makefile
# New ports collection makefile for: Meta port of XEmacs mule with sumo package
|
|
# Version required: 21.1
|
|
# Date created: 19 August 1999
|
|
# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
XEMACS_MAJOR_VER= 21
|
|
LANGPREFIX= ja-
|
|
NAMEEXT= -canna+wnn4
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}-mule-sumo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|