2003-07-03 07:30:25 +02:00
|
|
|
# New ports collection makefile for: Ng-devel
|
|
|
|
# Date created: 18 June 2003
|
|
|
|
# Whom: Kawaguti Ginga <ginga-freebsd@ginganet.org>
|
1998-11-21 04:27:53 +01:00
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1998-11-21 04:27:53 +01:00
|
|
|
#
|
|
|
|
|
2000-04-11 16:15:53 +02:00
|
|
|
PORTNAME= ng
|
2003-07-03 07:30:25 +02:00
|
|
|
PORTVERSION= 1.5.b1
|
2000-12-11 04:13:32 +01:00
|
|
|
CATEGORIES= japanese editors
|
2003-06-18 17:23:59 +02:00
|
|
|
MASTER_SITES= http://tomato.sakura.ne.jp/~amura/archives/ng/
|
2003-07-03 07:30:25 +02:00
|
|
|
DISTNAME= ${PORTNAME}-1.5beta1
|
2003-06-18 17:23:59 +02:00
|
|
|
|
|
|
|
MAINTAINER?= ginga-freebsd@ginganet.org
|
2003-07-03 07:30:25 +02:00
|
|
|
COMMENT= A very light Emacs-clone with Japanese support
|
2000-12-11 04:13:32 +01:00
|
|
|
|
1998-11-21 04:27:53 +01:00
|
|
|
ALL_TARGET= ng
|
2003-07-03 07:30:25 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1998-11-21 04:27:53 +01:00
|
|
|
|
2003-07-03 07:30:25 +02:00
|
|
|
PORTDOCS= CHANGES.1_3 CHANGES.1_4 CHANGES.doc Ng.FAQ Ng.doc Ng.ref Ng.tut \
|
2000-12-11 04:13:32 +01:00
|
|
|
README.Ng README.SKG
|
|
|
|
|
1998-11-21 04:27:53 +01:00
|
|
|
do-install:
|
2000-12-11 04:13:32 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ng ${PREFIX}/bin
|
1998-11-21 04:27:53 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/ja/ng
|
2000-12-11 04:13:32 +01:00
|
|
|
.for file in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/${file} ${PREFIX}/share/doc/ja/ng/${file}.euc-jp
|
|
|
|
.endfor
|
1998-11-21 04:27:53 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|