# Aside from path bugs below, this also really needs its images available... GARNAME = eterm GARVERSION = 0.9.2 CATEGORIES = x11 MASTER_SITES = http://www.eterm.org/download/ DISTNAME = Eterm-$(GARVERSION) DISTFILES = $(DISTNAME).tar.gz LIBDEPS = x11/xlib sys/ncurses media/imlib x11/libast #freetype1 DESCRIPTION = Feature-heavy terminal emulator define BLURB FIXME endef CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile # The libtool authors have one hell of a lot to answer for. *This* # package completely ignores the prefixes specified at install time... CONFIGURE_ARGS = --prefix=$(packageprefix) include ../../gar.mk