freebsd-ports/japanese/ng-devel/Makefile
Norikatsu Shigemura a083ec4091 Add Ng(Nihongo micro Gnu emacs) development version (1.5beta1),
which is a very light weight Emacs clone editer.

PR:		ports/53449
Submitted by:	Ginga Kawaguti <ginga-freebsd@ginganet.org>
Repo copied by:	joe (cvs)
Approved by:	portmgr (no objections)
2003-07-03 05:30:25 +00:00

32 lines
803 B
Makefile

# New ports collection makefile for: Ng-devel
# Date created: 18 June 2003
# Whom: Kawaguti Ginga <ginga-freebsd@ginganet.org>
#
# $FreeBSD$
#
PORTNAME= ng
PORTVERSION= 1.5.b1
CATEGORIES= japanese editors
MASTER_SITES= http://tomato.sakura.ne.jp/~amura/archives/ng/
DISTNAME= ${PORTNAME}-1.5beta1
MAINTAINER?= ginga-freebsd@ginganet.org
COMMENT= A very light Emacs-clone with Japanese support
ALL_TARGET= ng
GNU_CONFIGURE= yes
PORTDOCS= CHANGES.1_3 CHANGES.1_4 CHANGES.doc Ng.FAQ Ng.doc Ng.ref Ng.tut \
README.Ng README.SKG
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ng ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/ja/ng
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/docs/${file} ${PREFIX}/share/doc/ja/ng/${file}.euc-jp
.endfor
.endif
.include <bsd.port.mk>