1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/japanese/ne/Makefile
SADA Kenji 4a6e74312e NxEdit(ne) is a modeless full-screen text editor. This is expected to be
compatible with 'VZ Editor', which is a japanese famous editor for
MS-DOS users.
(from submitter's description)
PR:		ports/14928
Submitted by:	SASAKI Shunsuke <ele@pop17.odn.ne.jp>
1999-11-17 22:05:17 +00:00

34 lines
739 B
Makefile

# New ports collection makefile for: nxedit
# Version required: 3.00p17
# Date created: 15 Nov 1999
# Whom: SASAKI Shunsuke <ele@pop17.odn.ne.jp>
#
# $FreeBSD$
#
DISTNAME= ne-3.00pre17
PKGNAME= ja-ne-3.00p17
CATEGORIES= editors japanese
MASTER_SITES= http://www3.justnet.ne.jp/~ele/
MAINTAINER= ele@pop17.odn.ne.jp
WRKSRC= ${WRKDIR}/ne
GNU_CONFIGURE= yes
MAN1= ne.1
MANLANG= ja
MANCOMPRESSED= no
DOCS= BUGS.jp HISTORY.jp INSTALL.jp README.jp
post-install:
strip ${PREFIX}/bin/ne
.if !defined(NOPORTDOC)
@${MKDIR} ${PREFIX}/share/doc/ne
@for i in $(DOCS); do \
${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/ne; \
done
.endif
.include <bsd.port.mk>