# Some gymnastics are here to avoid name collisions with scm/git. GARNAME = git-glulx GARVERSION = 1.2.2 CATEGORIES = games MASTER_SITES = \ http://diden.net/if/git/releases/ \ http://ifarchive.org/if-archive/programming/glulx/interpreters/git/ UPSTREAMNAME = git DISTFILES = $(UPSTREAMNAME)-$(subst .,,$(GARVERSION)).zip LIBDEPS = games/glktermw DESCRIPTION = A fast interpreter for the Glulx virtual machine HOME_URL = http://diden.net/if/git/ BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = none BUILD_ARGS = \ GLK=glktermw \ GLKINCLUDEDIR=$(prefix)/include/glktermw \ GLKLIBDIR=$(prefix)/lib \ CC='gcc -Wall -O3' \ OPTIONS='-DUSE_DIRECT_THREADING -DUSE_MMAP -DUSE_INLINE' include ../../gar.mk install-none: @$(INSTALL_BIN) $(WORKSRC)/git @$(SUFFIX_PROG) glulx $(packageprefix)/bin/git @$(INSTALL_DOCS) $(WORKSRC)/*.txt $(MAKECOOKIE)