mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
20 lines
392 B
Makefile
20 lines
392 B
Makefile
# 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"
|