summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-01 00:59:38 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-01 00:59:38 +0800
commit53893ee90ea264ef9df6762ca4743d25813e24d6 (patch)
tree38d43b12516b809de6e59f4ecaa40075faa82875
parentd4083a7b4603fdf7199d22f8ee688329581f8bab (diff)
downloadmarcuscom-ports-53893ee90ea264ef9df6762ca4743d25813e24d6.tar
marcuscom-ports-53893ee90ea264ef9df6762ca4743d25813e24d6.tar.gz
marcuscom-ports-53893ee90ea264ef9df6762ca4743d25813e24d6.tar.bz2
marcuscom-ports-53893ee90ea264ef9df6762ca4743d25813e24d6.tar.lz
marcuscom-ports-53893ee90ea264ef9df6762ca4743d25813e24d6.tar.xz
marcuscom-ports-53893ee90ea264ef9df6762ca4743d25813e24d6.tar.zst
marcuscom-ports-53893ee90ea264ef9df6762ca4743d25813e24d6.zip
share/gnome -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8699 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--games/atomix/Makefile33
-rw-r--r--games/atomix/distinfo3
-rw-r--r--games/atomix/pkg-descr8
-rw-r--r--games/atomix/pkg-install13
-rw-r--r--games/atomix/pkg-plist131
5 files changed, 188 insertions, 0 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile
new file mode 100644
index 000000000..de5934892
--- /dev/null
+++ b/games/atomix/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: atomix
+# Date created: 30 January 2000
+# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
+#
+# $FreeBSD: ports/games/atomix/Makefile,v 1.27 2006/04/30 00:46:53 marcus Exp $
+# $MCom: ports/games/atomix/Makefile,v 1.9 2006/04/13 07:52:34 bland Exp $
+#
+
+PORTNAME= atomix
+PORTVERSION= 2.14.0
+PORTREVISION= 1
+CATEGORIES= games gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A yet another little mind game
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+post-patch:
+ @${REINPLACE_CMD} -e 's/games\.games/games:games/' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in
+
+.include <bsd.port.mk>
diff --git a/games/atomix/distinfo b/games/atomix/distinfo
new file mode 100644
index 000000000..36b7a3fc9
--- /dev/null
+++ b/games/atomix/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/atomix-2.14.0.tar.bz2) = 54f4b98463b57aebc7692d1b153791af
+SHA256 (gnome2/atomix-2.14.0.tar.bz2) = 5d4e073c29e7d23d49b1bfcce9edf1e8f0c04bdb91db368e05e854e2b2636bb8
+SIZE (gnome2/atomix-2.14.0.tar.bz2) = 284987
diff --git a/games/atomix/pkg-descr b/games/atomix/pkg-descr
new file mode 100644
index 000000000..f5caf2f97
--- /dev/null
+++ b/games/atomix/pkg-descr
@@ -0,0 +1,8 @@
+Atomix is a little mind game where you have to build molecules
+out of single atoms. These are laying around between the walls
+and obstacles on the playfield. Once you have pushed an atom in
+one direction it moves until it hits an obstacle or another
+atom. It needs some thinking how to construct complex
+molecules with this atom behaviour.
+
+WWW: http://triq.net/~jens/atomix.php
diff --git a/games/atomix/pkg-install b/games/atomix/pkg-install
new file mode 100644
index 000000000..e4e48b646
--- /dev/null
+++ b/games/atomix/pkg-install
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+if [ "$2" = "POST-INSTALL" ]; then
+ mkdir -p ${PKG_PREFIX}/share/gnome/games
+ SCORES="atomix.scores"
+ for i in ${SCORES}; do
+ if [ ! -f ${PKG_PREFIX}/share/gnome/games/${i} ]; then
+ touch -f ${PKG_PREFIX}/share/gnome/games/${i}
+ chown games:games ${PKG_PREFIX}/share/gnome/games/${i}
+ chmod 0664 ${PKG_PREFIX}/share/gnome/games/${i}
+ fi
+ done
+fi
diff --git a/games/atomix/pkg-plist b/games/atomix/pkg-plist
new file mode 100644
index 000000000..0a6bdadbf
--- /dev/null
+++ b/games/atomix/pkg-plist
@@ -0,0 +1,131 @@
+bin/atomix
+share/applications/atomix.desktop
+share/atomix/atomix-logo.png
+share/atomix/level/aceticacid.atomix.xml
+share/atomix/level/acetone.atomix.xml
+share/atomix/level/butanol.atomix.xml
+share/atomix/level/cyclobutane.atomix.xml
+share/atomix/level/dimethylether.atomix.xml
+share/atomix/level/ethanal.atomix.xml
+share/atomix/level/ethane.atomix.xml
+share/atomix/level/ethanol.atomix.xml
+share/atomix/level/ethylene.atomix.xml
+share/atomix/level/glycerin.atomix.xml
+share/atomix/level/lactic-acid.atomix.xml
+share/atomix/level/methanal.atomix.xml
+share/atomix/level/methane.atomix.xml
+share/atomix/level/methanol.atomix.xml
+share/atomix/level/propanal.atomix.xml
+share/atomix/level/propylene.atomix.xml
+share/atomix/level/pyran.atomix.xml
+share/atomix/level/sequence
+share/atomix/level/transbutylen.atomix.xml
+share/atomix/level/water.atomix.xml
+share/atomix/themes/default/arrow-bottom.png
+share/atomix/themes/default/arrow-left.png
+share/atomix/themes/default/arrow-right.png
+share/atomix/themes/default/arrow-top.png
+share/atomix/themes/default/atom-c.png
+share/atomix/themes/default/atom-f.png
+share/atomix/themes/default/atom-h.png
+share/atomix/themes/default/atom-n.png
+share/atomix/themes/default/atom-o.png
+share/atomix/themes/default/cursor.png
+share/atomix/themes/default/floor.png
+share/atomix/themes/default/link-bottom-double.png
+share/atomix/themes/default/link-bottom-left.png
+share/atomix/themes/default/link-bottom-right.png
+share/atomix/themes/default/link-bottom.png
+share/atomix/themes/default/link-left-double.png
+share/atomix/themes/default/link-left.png
+share/atomix/themes/default/link-right-double.png
+share/atomix/themes/default/link-right.png
+share/atomix/themes/default/link-top-double.png
+share/atomix/themes/default/link-top-left.png
+share/atomix/themes/default/link-top-right.png
+share/atomix/themes/default/link-top.png
+share/atomix/themes/default/shadow-bottom-right.png
+share/atomix/themes/default/shadow-left-top.png
+share/atomix/themes/default/shadow-left.png
+share/atomix/themes/default/shadow-top-left-both.png
+share/atomix/themes/default/shadow-top-left.png
+share/atomix/themes/default/shadow-top.png
+share/atomix/themes/default/theme
+share/atomix/themes/default/wall-bottom-left.png
+share/atomix/themes/default/wall-bottom-right.png
+share/atomix/themes/default/wall-horizontal-bottomx.png
+share/atomix/themes/default/wall-horizontal-left-end.png
+share/atomix/themes/default/wall-horizontal-right-end.png
+share/atomix/themes/default/wall-horizontal-topx.png
+share/atomix/themes/default/wall-horizontal.png
+share/atomix/themes/default/wall-single.png
+share/atomix/themes/default/wall-top-left.png
+share/atomix/themes/default/wall-top-right.png
+share/atomix/themes/default/wall-vertical-bottom-end.png
+share/atomix/themes/default/wall-vertical-leftx.png
+share/atomix/themes/default/wall-vertical-rightx.png
+share/atomix/themes/default/wall-vertical-top-end.png
+share/atomix/themes/default/wall-vertical.png
+@unexec [ -s %D/share/games/atomix.scores ] || rm -f %D/share/games/atomix.scores
+share/gnome-2.0/ui/atomix-ui.xml
+share/pixmaps/atomix-icon.png
+share/locale/am/LC_MESSAGES/atomix.mo
+share/locale/az/LC_MESSAGES/atomix.mo
+share/locale/be/LC_MESSAGES/atomix.mo
+share/locale/bg/LC_MESSAGES/atomix.mo
+share/locale/ca/LC_MESSAGES/atomix.mo
+share/locale/cs/LC_MESSAGES/atomix.mo
+share/locale/da/LC_MESSAGES/atomix.mo
+share/locale/de/LC_MESSAGES/atomix.mo
+share/locale/el/LC_MESSAGES/atomix.mo
+share/locale/en_CA/LC_MESSAGES/atomix.mo
+share/locale/en_GB/LC_MESSAGES/atomix.mo
+share/locale/es/LC_MESSAGES/atomix.mo
+share/locale/et/LC_MESSAGES/atomix.mo
+share/locale/fa/LC_MESSAGES/atomix.mo
+share/locale/fi/LC_MESSAGES/atomix.mo
+share/locale/fr/LC_MESSAGES/atomix.mo
+share/locale/ga/LC_MESSAGES/atomix.mo
+share/locale/gl/LC_MESSAGES/atomix.mo
+share/locale/gu/LC_MESSAGES/atomix.mo
+share/locale/he/LC_MESSAGES/atomix.mo
+share/locale/hi/LC_MESSAGES/atomix.mo
+share/locale/hu/LC_MESSAGES/atomix.mo
+share/locale/is/LC_MESSAGES/atomix.mo
+share/locale/it/LC_MESSAGES/atomix.mo
+share/locale/ja/LC_MESSAGES/atomix.mo
+share/locale/kn/LC_MESSAGES/atomix.mo
+share/locale/ko/LC_MESSAGES/atomix.mo
+share/locale/lt/LC_MESSAGES/atomix.mo
+share/locale/lv/LC_MESSAGES/atomix.mo
+share/locale/mk/LC_MESSAGES/atomix.mo
+share/locale/ml/LC_MESSAGES/atomix.mo
+share/locale/ms/LC_MESSAGES/atomix.mo
+share/locale/nb/LC_MESSAGES/atomix.mo
+share/locale/nl/LC_MESSAGES/atomix.mo
+share/locale/no/LC_MESSAGES/atomix.mo
+share/locale/pa/LC_MESSAGES/atomix.mo
+share/locale/pl/LC_MESSAGES/atomix.mo
+share/locale/pt/LC_MESSAGES/atomix.mo
+share/locale/pt_BR/LC_MESSAGES/atomix.mo
+share/locale/ru/LC_MESSAGES/atomix.mo
+share/locale/sk/LC_MESSAGES/atomix.mo
+share/locale/sl/LC_MESSAGES/atomix.mo
+share/locale/sq/LC_MESSAGES/atomix.mo
+share/locale/sr/LC_MESSAGES/atomix.mo
+share/locale/sr@Latn/LC_MESSAGES/atomix.mo
+share/locale/sv/LC_MESSAGES/atomix.mo
+share/locale/ta/LC_MESSAGES/atomix.mo
+share/locale/tr/LC_MESSAGES/atomix.mo
+share/locale/uk/LC_MESSAGES/atomix.mo
+share/locale/vi/LC_MESSAGES/atomix.mo
+share/locale/wa/LC_MESSAGES/atomix.mo
+share/locale/zh_CN/LC_MESSAGES/atomix.mo
+share/locale/zh_HK/LC_MESSAGES/atomix.mo
+share/locale/zh_TW/LC_MESSAGES/atomix.mo
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrm share/atomix/themes/default
+@dirrm share/atomix/themes
+@dirrm share/atomix/level
+@dirrm share/atomix