summaryrefslogtreecommitdiff
path: root/games/fkiss/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>2001-04-17 12:42:37 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>2001-04-17 12:42:37 +0000
commit0dc1f8006ba1776d9d8e809ecc984aee1015f0f0 (patch)
treec59cefb1e2329b53851cbd03c499ee7f825dffec /games/fkiss/Makefile
parentNew port in the RTEMS collection for the "arm" processor. (diff)
Update to 0.32
Submitted by: umeno@unnumbered.net PR: ports/26421
Notes
Notes: svn path=/head/; revision=41548
Diffstat (limited to 'games/fkiss/Makefile')
-rw-r--r--games/fkiss/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile
index 732759b72436..9ca72571abc6 100644
--- a/games/fkiss/Makefile
+++ b/games/fkiss/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= fkiss
-PORTVERSION= 0.28
+PORTVERSION= 0.32
CATEGORIES= games
MASTER_SITES= http://www.oersted.co.jp/~yav/soft/fkiss/
-DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
+DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= flathill@FreeBSD.org
@@ -17,18 +17,22 @@ RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha
NOT_FOR_ARCHS= alpha
-WRKSRC= ${WRKDIR}/fkiss
-USE_IMAKE= yes
+WRKSRC= ${WRKDIR}/${DISTNAME}
+GNU_CONFIGURE= yes
MAN1= fkiss.1
-INSTALL_TARGET= install install.man
+INSTALL_TARGET= install
post-install:
+ ${INSTALL_MAN} ${WRKSRC}/fkiss.man ${PREFIX}/man/man1/fkiss.1
${MKDIR} ${PREFIX}/share/examples/fkiss
${INSTALL_DATA} ${WRKSRC}/frkismi4.lzh ${PREFIX}/share/examples/fkiss
.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/fkiss
${MKDIR} ${PREFIX}/share/doc/ja/fkiss
- ${INSTALL_MAN} ${WRKSRC}/fkiss.doc ${PREFIX}/share/doc/ja/fkiss
+ ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/fkiss
+ ${INSTALL_MAN} ${WRKSRC}/README.euc ${PREFIX}/share/doc/ja/fkiss
+ ${INSTALL_MAN} ${WRKSRC}/README.sjis ${PREFIX}/share/doc/ja/fkiss
.endif
.include <bsd.port.mk>