mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
17 lines
316 B
Makefile
17 lines
316 B
Makefile
# Created by: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -canna
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Lightweight Emacs-clone with Japanese and Canna support
|
|
|
|
MASTERDIR= ${.CURDIR}/../ng
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
WITH_CANNA= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|