1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/japanese/ng-devel/Makefile
Rong-En Fan 954c7a40bc - Fix build with NOPORTDOCS=1
PR:		ports/126978
Submitted by:	Kawaguti Ginga <ginga-freebsd at ginganet.org> (maintainer)
2008-08-31 04:42:27 +00:00

35 lines
843 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
LATEST_LINK= ng-devel
DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ng ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/docs/${file} ${DOCSDIR}/${file}.euc-jp
.endfor
.endif
.include <bsd.port.mk>