aboutsummaryrefslogtreecommitdiff
path: root/japanese/ng-devel/Makefile
blob: 3c5b763cc85173d390bc5e1c69bf170f2577d02d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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

MYPORTDOCS=	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 ${MYPORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/docs/${file} ${PREFIX}/share/doc/ja/ng/${file}.euc-jp
.endfor
.endif

.include <bsd.port.mk>