mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
35 lines
744 B
Makefile
35 lines
744 B
Makefile
# ports collection makefile for: fkiss
|
|
# Date created: 31 Oct 1998
|
|
# Whom: Seiichirou Hiraoka
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fkiss
|
|
PORTVERSION= 0.28
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.oersted.co.jp/~yav/soft/fkiss/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
|
|
|
|
MAINTAINER= flathill@FreeBSD.org
|
|
|
|
RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha
|
|
|
|
NOT_FOR_ARCHS= alpha
|
|
|
|
WRKSRC= ${WRKDIR}/fkiss
|
|
USE_IMAKE= yes
|
|
MAN1= fkiss.1
|
|
|
|
INSTALL_TARGET= install install.man
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/examples/fkiss
|
|
${INSTALL_DATA} ${WRKSRC}/frkismi4.lzh ${PREFIX}/share/examples/fkiss
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/ja/fkiss
|
|
${INSTALL_MAN} ${WRKSRC}/fkiss.doc ${PREFIX}/share/doc/ja/fkiss
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|