aboutsummaryrefslogtreecommitdiffstats
path: root/games/fkiss/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-11-16 23:37:33 +0800
committervanilla <vanilla@FreeBSD.org>1998-11-16 23:37:33 +0800
commit40ceb4b1fac3b4bc6a0e7a5de2ec531423e69b99 (patch)
tree9f574ee6acb859013d730c6a2829a928a09da3fb /games/fkiss/Makefile
parentc5e8fe104c12ca050ff29616a22fc815260e67e9 (diff)
downloadfreebsd-ports-graphics-40ceb4b1fac3b4bc6a0e7a5de2ec531423e69b99.tar.gz
freebsd-ports-graphics-40ceb4b1fac3b4bc6a0e7a5de2ec531423e69b99.tar.zst
freebsd-ports-graphics-40ceb4b1fac3b4bc6a0e7a5de2ec531423e69b99.zip
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>
Diffstat (limited to 'games/fkiss/Makefile')
-rw-r--r--games/fkiss/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile
new file mode 100644
index 00000000000..71bb9bf1b3d
--- /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>