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 | |
parent | 46ce5f763a687a2d91d7b986d12c4a1c6418e0ce (diff) | |
download | ports-f0aabd97ebc98cfca87060d9c8b1f1f0bd20c4be.tar.gz ports-f0aabd97ebc98cfca87060d9c8b1f1f0bd20c4be.zip |
Notes
Diffstat (limited to 'games/fkiss')
-rw-r--r-- | games/fkiss/Makefile | 28 | ||||
-rw-r--r-- | games/fkiss/distinfo | 1 | ||||
-rw-r--r-- | games/fkiss/pkg-comment | 1 | ||||
-rw-r--r-- | games/fkiss/pkg-descr | 12 | ||||
-rw-r--r-- | games/fkiss/pkg-plist | 3 |
5 files changed, 45 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> diff --git a/games/fkiss/distinfo b/games/fkiss/distinfo new file mode 100644 index 000000000000..8f5ba208010d --- /dev/null +++ b/games/fkiss/distinfo @@ -0,0 +1 @@ +MD5 (fkiss028.tar.gz) = 4adc5039ff588119cb45363a6d5c5555 diff --git a/games/fkiss/pkg-comment b/games/fkiss/pkg-comment new file mode 100644 index 000000000000..d0153cd5bc51 --- /dev/null +++ b/games/fkiss/pkg-comment @@ -0,0 +1 @@ +Freely enjoy childlike KISS, French-KISS! diff --git a/games/fkiss/pkg-descr b/games/fkiss/pkg-descr new file mode 100644 index 000000000000..b099c9493fc6 --- /dev/null +++ b/games/fkiss/pkg-descr @@ -0,0 +1,12 @@ +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". + +http://www2s.biglobe.ne.jp/~yav/soft/index.html#fkiss + +For example, type +% fkiss /usr/X11R6/share/examples/fkiss/frkismi4.lzh + +- Seiichirou Hiraoka +flathill@flathill.gr.jp diff --git a/games/fkiss/pkg-plist b/games/fkiss/pkg-plist new file mode 100644 index 000000000000..0af353b5202e --- /dev/null +++ b/games/fkiss/pkg-plist @@ -0,0 +1,3 @@ +bin/fkiss +share/examples/fkiss/frkismi4.lzh +@dirrm share/examples/fkiss |