diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-04 07:10:02 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-04 07:10:02 +0800 |
commit | 6fc602e507bd7c054ca0a1c8516c7294825009e4 (patch) | |
tree | c6aa7190b3eebddc1de5f39fbc764221b73e6781 /games/gnmm | |
parent | 93dc85094425182f87c6851c2eb58d7c8f9453b9 (diff) | |
download | marcuscom-ports-6fc602e507bd7c054ca0a1c8516c7294825009e4.tar marcuscom-ports-6fc602e507bd7c054ca0a1c8516c7294825009e4.tar.gz marcuscom-ports-6fc602e507bd7c054ca0a1c8516c7294825009e4.tar.bz2 marcuscom-ports-6fc602e507bd7c054ca0a1c8516c7294825009e4.tar.lz marcuscom-ports-6fc602e507bd7c054ca0a1c8516c7294825009e4.tar.xz marcuscom-ports-6fc602e507bd7c054ca0a1c8516c7294825009e4.tar.zst marcuscom-ports-6fc602e507bd7c054ca0a1c8516c7294825009e4.zip |
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8801 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnmm')
-rw-r--r-- | games/gnmm/Makefile | 29 | ||||
-rw-r--r-- | games/gnmm/distinfo | 3 | ||||
-rw-r--r-- | games/gnmm/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | games/gnmm/pkg-descr | 8 | ||||
-rw-r--r-- | games/gnmm/pkg-plist | 7 |
5 files changed, 58 insertions, 0 deletions
diff --git a/games/gnmm/Makefile b/games/gnmm/Makefile new file mode 100644 index 000000000..506010c27 --- /dev/null +++ b/games/gnmm/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gnmm +# Date created: 19 January 2003 +# Whom: Simon Barner <barner@gmx.de> +# +# $FreeBSD$ +# + +PORTNAME= gnmm +PORTVERSION= 0.1.2 +PORTREVISION= 4 +CATEGORIES= games gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION} +DIST_SUBDIR= gnome + +MAINTAINER= ports@FreeBSD.org +COMMENT= A "nine mens' morris" implementation for the GNOME Desktop Environment + +USE_GETTEXT= yes +USE_ICONV= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= "--with-libiconv-prefix=${LOCALBASE}" + +.include <bsd.port.mk> diff --git a/games/gnmm/distinfo b/games/gnmm/distinfo new file mode 100644 index 000000000..9856a8468 --- /dev/null +++ b/games/gnmm/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome/gnmm-0.1.2.tar.gz) = 59a9a9cb63ad49905c9ba8d1db4652b8 +SHA256 (gnome/gnmm-0.1.2.tar.gz) = 3f123f99dca637c414406997e7c47a651deaba8ed8df71343b79962467df8f67 +SIZE (gnome/gnmm-0.1.2.tar.gz) = 291031 diff --git a/games/gnmm/files/patch-Makefile.in b/games/gnmm/files/patch-Makefile.in new file mode 100644 index 000000000..c9e71c9bd --- /dev/null +++ b/games/gnmm/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Jan 19 17:53:32 2003 ++++ Makefile.in Sun Jan 19 17:53:40 2003 +@@ -119,7 +119,7 @@ + cflags_set = @cflags_set@ + cxxflags_set = @cxxflags_set@ + +-SUBDIRS = src intl po macros pixmaps ++SUBDIRS = intl src po macros pixmaps + + EXTRA_DIST = \ + gnmm.desktop diff --git a/games/gnmm/pkg-descr b/games/gnmm/pkg-descr new file mode 100644 index 000000000..2ec88a61d --- /dev/null +++ b/games/gnmm/pkg-descr @@ -0,0 +1,8 @@ +A "nine mens' morris" implementation for the GNOME Desktop Environment + +Features: + * a strong computer player, + * move takeback, + * localization. + +WWW: http://gnmm.sourceforge.net/ diff --git a/games/gnmm/pkg-plist b/games/gnmm/pkg-plist new file mode 100644 index 000000000..0b6d89a2e --- /dev/null +++ b/games/gnmm/pkg-plist @@ -0,0 +1,7 @@ +bin/gnmm +share/gnome/apps/Games/gnmm.desktop +share/locale/de/LC_MESSAGES/gnmm.mo +share/pixmaps/gnmm-logo.png +share/pixmaps/gnmm/board.png +share/pixmaps/gnmm/pieces.png +@dirrm share/pixmaps/gnmm |