mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
DFArc2 makes it easy to play and manage the Dink Smallwood game and
it's numerous Dink Modules (or D-Mods). PR: ports/127704 Submitted by: Stephen Hurd <shurd@sasktel.net>
This commit is contained in:
parent
3d90c27dc8
commit
811a22c64b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223351
@ -249,6 +249,7 @@
|
||||
SUBDIR += freeciv-sounds
|
||||
SUBDIR += freecol
|
||||
SUBDIR += freedink-data
|
||||
SUBDIR += freedink-dfarc
|
||||
SUBDIR += freedink-engine
|
||||
SUBDIR += freedoko
|
||||
SUBDIR += freedroid
|
||||
|
28
games/freedink-dfarc/Makefile
Normal file
28
games/freedink-dfarc/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: syncterm
|
||||
# Date created: 3 October 2006
|
||||
# Whom: shurd
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= freedink-dfarc
|
||||
PORTVERSION= 3.2.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= freedink
|
||||
DISTNAME= dfarc-${PORTVERSION}
|
||||
|
||||
MAINTAINER= shurd@sasktel.net
|
||||
COMMENT= Frontend and .dmod installer for GNU FreeDink
|
||||
|
||||
LIB_DEPENDS= iconv:${PORTSDIR}/textproc/intltool
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_WX= 2.6+
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --disable-upx --disable-static
|
||||
|
||||
MAN1= dfarc.1
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/freedink-dfarc/distinfo
Normal file
3
games/freedink-dfarc/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (dfarc-3.2.1.tar.gz) = 77e1a31c04d0e6bcf1171f2229834e7b
|
||||
SHA256 (dfarc-3.2.1.tar.gz) = 0e31f65ea6e6183ef1f7158d44fbf442ddcae21eec0ec0274d4911683df6e175
|
||||
SIZE (dfarc-3.2.1.tar.gz) = 202479
|
19
games/freedink-dfarc/files/patch-po_Makefile.in.in
Normal file
19
games/freedink-dfarc/files/patch-po_Makefile.in.in
Normal file
@ -0,0 +1,19 @@
|
||||
*** po/Makefile.in.in.orig Tue Sep 30 19:11:33 2008
|
||||
--- po/Makefile.in.in Tue Sep 30 19:11:48 2008
|
||||
***************
|
||||
*** 34,40 ****
|
||||
datarootdir = @datarootdir@
|
||||
libdir = @libdir@
|
||||
DATADIRNAME = @DATADIRNAME@
|
||||
! itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
||||
subdir = po
|
||||
install_sh = @install_sh@
|
||||
# Automake >= 1.8 provides @mkdir_p@.
|
||||
--- 34,40 ----
|
||||
datarootdir = @datarootdir@
|
||||
libdir = @libdir@
|
||||
DATADIRNAME = @DATADIRNAME@
|
||||
! itlocaledir = $(datarootdir)/locale
|
||||
subdir = po
|
||||
install_sh = @install_sh@
|
||||
# Automake >= 1.8 provides @mkdir_p@.
|
2
games/freedink-dfarc/pkg-descr
Normal file
2
games/freedink-dfarc/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
DFArc2 makes it easy to play and manage the Dink Smallwood game and
|
||||
it's numerous Dink Modules (or D-Mods).
|
17
games/freedink-dfarc/pkg-plist
Normal file
17
games/freedink-dfarc/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
bin/dfarc
|
||||
share/icons/hicolor/32x32/mimetypes/application-x-dmod.png
|
||||
share/applications/freedink-dfarc.desktop
|
||||
share/mime/packages/freedink-mime.xml
|
||||
share/pixmaps/dfarc.png
|
||||
share/locale/fr/LC_MESSAGES/dfarc.mo
|
||||
share/locale/pl/LC_MESSAGES/dfarc.mo
|
||||
share/locale/fi/LC_MESSAGES/dfarc.mo
|
||||
@dirrmtry icons/hicolor/32x32/mimetypes
|
||||
@dirrmtry share/applications
|
||||
@dirrmtry share/mime/packages
|
||||
@dirrmtry share/mime
|
||||
@dirrmtry share/pixmaps
|
||||
@dirrmtry share/icons/hicolor/32x32/mimetypes
|
||||
@dirrmtry share/icons/hicolor/32x32
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
Loading…
Reference in New Issue
Block a user