diff options
author | will <will@FreeBSD.org> | 2001-04-07 13:33:57 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-07 13:33:57 +0800 |
commit | 8bc533710e9bef1c02125162099999d9e8272b2e (patch) | |
tree | 71249408ac1eef93b067e70492e6aa6b46f0ea11 /games | |
parent | 7ef0ab51dacb027edd7ce77fa2c5111a4663e21c (diff) | |
download | freebsd-ports-gnome-8bc533710e9bef1c02125162099999d9e8272b2e.tar.gz freebsd-ports-gnome-8bc533710e9bef1c02125162099999d9e8272b2e.tar.zst freebsd-ports-gnome-8bc533710e9bef1c02125162099999d9e8272b2e.zip |
Add gnomekiss 0.7, the GNOME version of Kisekae Set System.
PR: 26345
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/gnomekiss/Makefile | 20 | ||||
-rw-r--r-- | games/gnomekiss/distinfo | 1 | ||||
-rw-r--r-- | games/gnomekiss/pkg-comment | 1 | ||||
-rw-r--r-- | games/gnomekiss/pkg-descr | 6 | ||||
-rw-r--r-- | games/gnomekiss/pkg-plist | 3 |
6 files changed, 32 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index b03d19db7bc6..6d4ed547b237 100644 --- a/games/Makefile +++ b/games/Makefile @@ -87,6 +87,7 @@ SUBDIR += gnomebreakout SUBDIR += gnomechess SUBDIR += gnomegames + SUBDIR += gnomekiss SUBDIR += gnomememoryblocks SUBDIR += gnuchess SUBDIR += gnugo diff --git a/games/gnomekiss/Makefile b/games/gnomekiss/Makefile new file mode 100644 index 000000000000..4eb0fc8bfb90 --- /dev/null +++ b/games/gnomekiss/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: gnomekiss +# Date created: 4 Apr 2001 +# Whom: UMENO Takashi <umeno@rr.iij4u.or.jp> +# +# $FreeBSD$ +# + +PORTNAME= gnomekiss +PORTVERSION= 0.7 +CATEGORIES= games gnome +MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/kiss/ +DISTNAME= gnomekiss-${PORTVERSION} + +MAINTAINER= umeno@rr.iij4u.or.jp + +USE_X_PREFIX= yes +USE_GNOME= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/games/gnomekiss/distinfo b/games/gnomekiss/distinfo new file mode 100644 index 000000000000..0b0fcdab0545 --- /dev/null +++ b/games/gnomekiss/distinfo @@ -0,0 +1 @@ +MD5 (gnomekiss-0.7.tar.gz) = d740b9b2e7c105ae16f63d8dcbcb919d diff --git a/games/gnomekiss/pkg-comment b/games/gnomekiss/pkg-comment new file mode 100644 index 000000000000..f29a75d92d37 --- /dev/null +++ b/games/gnomekiss/pkg-comment @@ -0,0 +1 @@ +GNOME version of Kisekae Set System diff --git a/games/gnomekiss/pkg-descr b/games/gnomekiss/pkg-descr new file mode 100644 index 000000000000..60aca165c883 --- /dev/null +++ b/games/gnomekiss/pkg-descr @@ -0,0 +1,6 @@ +GnomeKiss is an implementation of French-KiSS for the GNOME desktop +environment, using GNOME, GTK+ and the X Window System. French KiSS is +an enhanced KiSS/GS for scriptable dolls, where KiSS is an +abbreviation for Kisekae Set System (or something). + +WWW: http://www.ecs.soton.ac.uk/~njl98r/code/kiss/ diff --git a/games/gnomekiss/pkg-plist b/games/gnomekiss/pkg-plist new file mode 100644 index 000000000000..5c801388bbd5 --- /dev/null +++ b/games/gnomekiss/pkg-plist @@ -0,0 +1,3 @@ +bin/gnomekiss +share/gnome/pixmaps/gnomekiss/gnome-kiss.png +@dirrm share/gnome/pixmaps/gnomekiss |