blob: e85d537fe02d439db7ae2f6a952aa9719c75e779 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection Makefile for: ja-ng-canna
# Date created: 11 January 1999
# Whom: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -canna
MAINTAINER= ports@FreeBSD.org
COMMENT= A very lightweight Emacs-clone with Japanese and Canna support
MASTERDIR= ${.CURDIR}/../ng
DESCR= ${.CURDIR}/pkg-descr
WITH_CANNA= yes
.include "${MASTERDIR}/Makefile"
|