1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/japanese/ng-devel/Makefile
Joe Marcus Clarke 13362e5e25 One more instance of s/PORTDOCS/MYPORTDOCS/
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-07 09:28:49 +00:00

33 lines
807 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
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>