GARNAME = galculator GARVERSION = 1.2.1 CATEGORIES = math MASTER_SITES = $(MASTER_SOURCEFORGE) MASTER_SUBDIR = galculator/ DISTFILES = $(DISTNAME).tar.bz2 LIBDEPS = gnome/gtk gnome/libglade DESCRIPTION = A GTK2-based scientific RPN and algebraic calculator define BLURB FIXME endef CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile tweak INSTALL_SCRIPTS = $(WORKSRC)/Makefile CONFIGURE_ARGS = $(DIRPATHS) include ../../gar.mk # The .desktop file has a hardcoded path to the binary. build-tweak: @perl -i.bak -pe 's,/usr/bin,$(prefix)/bin,g' $(WORKSRC)/*.desktop $(MAKECOOKIE)