mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +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. :)
33 lines
838 B
Makefile
33 lines
838 B
Makefile
# New ports collection makefile for: Ng
|
|
# Date created: 18 November 1998
|
|
# Whom: Kawaguti Ginga <ginga@athena.club.ne.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ng
|
|
PORTVERSION= 1.3L
|
|
CATEGORIES= japanese editors
|
|
MASTER_SITES= ftp://ftp.iis.u-tokyo.ac.jp/unix/Editor/
|
|
|
|
MAINTAINER= ginga@athena.club.ne.jp
|
|
|
|
WRKSRC= ${WRKDIR}/Ng-${PORTVERSION}
|
|
ALL_TARGET= ng
|
|
|
|
post-patch:
|
|
@(cd ${WRKSRC}; ${LN} -s sys/bsd/Makefile . )
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ng ${PREFIX}/bin/
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/ja/ng
|
|
${INSTALL_DATA} ${WRKSRC}/Ng.doc ${PREFIX}/share/doc/ja/ng/Ng.doc.euc-jp
|
|
${INSTALL_DATA} ${WRKSRC}/Ng.ref ${PREFIX}/share/doc/ja/ng/Ng.ref.euc-jp
|
|
${INSTALL_DATA} ${WRKSRC}/Ng.tut ${PREFIX}/share/doc/ja/ng/Ng.tut.euc-jp
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|