From f0aabd97ebc98cfca87060d9c8b1f1f0bd20c4be Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Mon, 16 Nov 1998 15:37:33 +0000 Subject: This software fkiss - French-KISS! is a sample implementation of KISekae Set system (KISS) for X Window System. KISS is a software for playing Paper-doll on any computers. "Kisekae" means "changing clothes". PR: ports/8513 Submitted by: Seiichirou Hiraoka --- games/fkiss/Makefile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 games/fkiss/Makefile (limited to 'games/fkiss/Makefile') diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile new file mode 100644 index 000000000000..71bb9bf1b3de --- /dev/null +++ b/games/fkiss/Makefile @@ -0,0 +1,28 @@ +# ports collection makefile for: fkiss +# Version required: 0.28 +# Date created: 31 Oct 1998 +# Whom: Seiichirou Hiraoka +# +# $Id$ +# + +DISTNAME= fkiss028 +PKGNAME= fkiss-0.28 +CATEGORIES= games x11 +MASTER_SITES= http://www2s.biglobe.ne.jp/~yav/soft/fkiss/ + +MAINTAINER= flathill@flathill.gr.jp + +RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha + +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 + +.include -- cgit v1.2.3