# make install currently fails because the tar version we have packaged doesn't # have --no-same-owner (and using star's gnutar instead, which does, doesn't # work). GARNAME = gnocatan GARVERSION = 0.8.0.0 CATEGORIES = games MASTER_SITES = $(MASTER_SOURCEFORGE) MASTER_SUBDIR = gnocatan/ DISTFILES = $(DISTNAME).tar.gz LIBDEPS = gnome/libgnomeui sys/glib DESCRIPTION = An implementation of the board game Settlers of Catan define BLURB FIXME endef CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile include ../../gar.mk