GARNAME = glulxe GARVERSION = 047 termversion = 103 CATEGORIES = games MASTER_SITES = http://www.eblong.com/zarf/glulx/ http://www.eblong.com/zarf/glk/ DISTFILES = $(DISTNAME).tar.gz glktermw-$(termversion).tar.gz LIBDEPS = sys/ncurses WORKSRC = $(WORKDIR)/glulxe termsrc = $(WORKDIR)/glkterm DESCRIPTION = A portable VM for interactive fiction (with curses interface) HOME_URL = http://www.eblong.com/zarf/glulx/ CONFIGURE_SCRIPTS = none BUILD_SCRIPTS = $(termsrc)/Makefile $(WORKSRC)/Makefile INSTALL_SCRIPTS = none BUILD_ARGS = \ SYSTEMFLAGS=-D__USE_BSD \ GLKINCLUDEDIR=../glkterm \ GLKLIBDIR=../glkterm \ GLKMAKEFILE=Make.glktermw include ../../gar.mk configure-none: @sed -i -e 's/-ansi//g' $(termsrc)/Makefile $(MAKECOOKIE) install-none: @$(INSTALL_BIN) $(WORKSRC)/glulxe @$(INSTALL_DOCS) $(WORKSRC)/README $(termsrc)/*.txt $(MAKECOOKIE)