mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e00f1aa0d2
XEMACS_MAJOR_VER should have fixed value "21". Remove Repo-copy trashes. PR: ports/15949 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
14 lines
302 B
Makefile
14 lines
302 B
Makefile
# New ports collection makefile for: XEmacs with Canna and Wnn4
|
|
# Version required: 21.1
|
|
# Date created: 5 Dec 1997
|
|
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
XEMACS_MAJOR_VER= 21
|
|
CANNA= yes
|
|
WNN4= yes
|
|
|
|
.include "${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-canna/Makefile"
|