WIP Scummvm. It compiles but doesn't link.
[aros:aros.git] / ports / emulation / scummvm / mmakefile.src
1 # $Id$
2
3 include $(TOP)/config/make.cfg
4
5 # #MM- ports-game : ports-emulation-scummvm
6
7 #MM- ports-emulation-scummvm : \
8 #MM     contrib-sdl \
9 #MM     ports-emulation-scummvm-drawericon
10
11 PACKAGE      := scummvm
12 VERSION      := 1.6.0
13 TARGETDIR    := $(AROS_CONTRIB)/Emu/Scummvm
14 REPOSITORIES := sf://scummvm
15
16 %fetch_and_build mmake=ports-emulation-scummvm prefix=$(TARGETDIR) \
17     package=$(PACKAGE) version=$(VERSION) suffixes="tar.bz2" \
18     patch=yes package_repo=$(REPOSITORIES) nix=no nix_dir_layout=no \
19     extracflags="" \
20     extraoptions="--enable-verbose-build --disable-all-engines"
21
22
23 ICONS := Scummvm
24
25 %build_icons mmake=ports-emulation-scummvm-drawericon \
26     icons=$(ICONS) dir=$(TARGETDIR)/..
27
28
29 #MM
30 ports-emulation-scummvm-clean :
31         $(RM) $(TARGETDIR)
32         $(RM) $(GENDIR)/$(CURDIR)
33
34 %common