diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-16 15:37:33 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-16 15:37:33 +0000 |
commit | f0aabd97ebc98cfca87060d9c8b1f1f0bd20c4be (patch) | |
tree | ff1678a03fb930270773636226ad4ca0a1cf667c /games/fkiss/Makefile | |
parent | 46ce5f763a687a2d91d7b986d12c4a1c6418e0ce (diff) |
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 <flathill@flathill.gr.jp>
Notes
Notes:
svn path=/head/; revision=14558
Diffstat (limited to 'games/fkiss/Makefile')
-rw-r--r-- | games/fkiss/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
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 <bsd.port.mk> |