mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
edcf8b3594
Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
31 lines
660 B
Makefile
31 lines
660 B
Makefile
# New ports collection makefile for: nxedit
|
|
# Date created: 15 Nov 1999
|
|
# Whom: SASAKI Shunsuke <ele@pop17.odn.ne.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ne
|
|
PORTVERSION= 3.04
|
|
CATEGORIES= japanese editors
|
|
MASTER_SITES= http://hp.vector.co.jp/authors/VA018758/archive/
|
|
|
|
MAINTAINER= ele@pop17.odn.ne.jp
|
|
|
|
WRKSRC= ${WRKDIR}/ne
|
|
GNU_CONFIGURE= yes
|
|
MAN1= ne.1
|
|
MANLANG= ja
|
|
DOCS= BUGS.jp CHANGES.jp HISTORY.jp INSTALL.jp README.jp TODO.jp
|
|
MAKE_ENV= LANG=${MANLANG}
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/ne
|
|
.for i in ${DOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/ne
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|