Add gdado 2.2, GTK2 dice roller.
PR: ports/112470 Submitted by: Anish Mistry <amistry at am-productions.biz>
This commit is contained in:
parent
4017c80408
commit
dca1ed5e28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193635
@ -247,6 +247,7 @@
|
||||
SUBDIR += garith
|
||||
SUBDIR += gbottler
|
||||
SUBDIR += gcompris
|
||||
SUBDIR += gdado
|
||||
SUBDIR += geki2
|
||||
SUBDIR += geki3
|
||||
SUBDIR += gemdropx
|
||||
|
23
games/gdado/Makefile
Normal file
23
games/gdado/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: gdado
|
||||
# Date created: 06 May 2007
|
||||
# Whom: Anish Mistry <amistry@am-productions.biz>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gdado
|
||||
PORTVERSION= 2.2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= amistry@am-productions.biz
|
||||
COMMENT= GTK2 dice roller
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix gtk20 libgnomeui
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} "s|-O2|${CFLAGS}|" ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/gdado/distinfo
Normal file
3
games/gdado/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gdado-2.2.tar.gz) = b84114df6ca8b20560524afed0e21b25
|
||||
SHA256 (gdado-2.2.tar.gz) = cc272f097832e074804bf405f2c013b4f941ad57f0f5f5ec6c08edecc9ad17fa
|
||||
SIZE (gdado-2.2.tar.gz) = 285864
|
11
games/gdado/files/patch-Makefile.in
Normal file
11
games/gdado/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig Sun May 6 17:02:19 2007
|
||||
+++ Makefile.in Sun May 6 17:03:38 2007
|
||||
@@ -91,7 +91,7 @@
|
||||
EXTRA_DIST = autogen.sh gdado.glade gdado.gladep gdado.desktop
|
||||
|
||||
|
||||
-gdadomenudir = /usr/share/applications
|
||||
+gdadomenudir = @prefix@/share/applications
|
||||
gdadomenu_DATA = gdado.desktop
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
3
games/gdado/pkg-descr
Normal file
3
games/gdado/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A very simple application for rolling dice. Intended for use by roleplayers.
|
||||
|
||||
WWW: http://sourceforge.net/projects/gdado/
|
15
games/gdado/pkg-plist
Normal file
15
games/gdado/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
bin/gdado
|
||||
share/applications/gdado.desktop
|
||||
share/gnome/pixmaps/gdado/dados.xpm
|
||||
share/gnome/pixmaps/gdado/gdado.png
|
||||
share/gnome/pixmaps/gdado/gnome-calc3.xpm
|
||||
share/gnome/pixmaps/gdado/menu_sides_10.xpm
|
||||
share/gnome/pixmaps/gdado/menu_sides_100.xpm
|
||||
share/gnome/pixmaps/gdado/menu_sides_12.xpm
|
||||
share/gnome/pixmaps/gdado/menu_sides_20.xpm
|
||||
share/gnome/pixmaps/gdado/menu_sides_3.xpm
|
||||
share/gnome/pixmaps/gdado/menu_sides_4.xpm
|
||||
share/gnome/pixmaps/gdado/menu_sides_6.xpm
|
||||
share/gnome/pixmaps/gdado/menu_sides_8.xpm
|
||||
@dirrm share/gnome/pixmaps/gdado
|
||||
@dirrmtry share/applications
|
Loading…
Reference in New Issue
Block a user