1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/freeciv/trunk/Makefile

Revision 16916, 1.7 KB (checked in by dmichelsen, 4 months ago)

WHOLE TREE: Explicitly set GARTYPE to current default 'v2'

Line 
1NAME = freeciv
2VERSION = 2.3.1
3CATEGORIES = apps
4GARTYPE = v2
5
6DESCRIPTION = Free turn-based multiplayer strategy game
7define BLURB
8Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization. The game commences in prehistory and your mission is to lead your tribe from the stone age to the space age...
9endef
10
11MASTER_SITES += $(SF_MIRRORS)
12DISTFILES  = $(NAME)-$(VERSION).tar.gz
13
14# We define upstream file regex so we can be notifed of new upstream software release
15UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=138322
16UPSTREAM_USE_SF = 1
17UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
18
19RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibgthread2-0-0
20RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibbz2-1-0
21RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibiconv2
22RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibgmodule2-0-0
23RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibz1
24RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibintl8
25RUNTIME_DEP_PKGS_CSWfreeciv += CSWftype2
26RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibcairo2
27RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibgobject2-0-0
28RUNTIME_DEP_PKGS_CSWfreeciv += CSWgtk2
29RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibsdl1-2-0
30RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibatk1-0-0
31RUNTIME_DEP_PKGS_CSWfreeciv += CSWpango
32RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibreadline6
33RUNTIME_DEP_PKGS_CSWfreeciv += CSWfconfig
34RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibglib2-0-0
35RUNTIME_DEP_PKGS_CSWfreeciv += CSWsdlmixer
36RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibgio2-0-0
37
38GARCOMPILER = GNU
39
40PATCHFILES += 0001-use-finite-instead-of-isfinite.patch
41
42TEST_SCRIPTS =
43
44CONFIGURE_ARGS += $(DIRPATHS)
45
46# build package on Solaris 10
47PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
48
49include gar/category.mk
50
51post-install-modulated:
52
53        perl -pi -e 's|/usr/local|/opt/csw|' \
54                $(DESTDIR)/opt/csw/share/man/man6/freeciv-*.6
Note: See TracBrowser for help on using the browser.