# Bugs still: gale-install knows the right prefix, so even though we chmod # gksign appropriately on installation, it still doesn't think that it's been # done (since it stats the symlink). GARNAME = gale GARVERSION = 0.99fruit CATEGORIES = net MASTER_SITES = http://download.ofb.net/gale/ DISTFILES = $(DISTNAME).tar.bz2 LIBDEPS = net/openssl sys/gc net/adns sys/ncurses sys/readline # This patch doesn't work yet. #PATCHFILES = chroot.diff DESCRIPTION = Secure, distributed instant messaging system define BLURB FIXME endef CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile # Build static version only, since otherwise we get all sorts of liboop fun. CONFIGURE_ARGS = $(DIRPATHS) --disable-shared --enable-static INSTALL_ARGS = prefix=$(packageprefix) sysconfdir=$(sysconfdir) include ../../gar.mk COLLISIONS += lib/liboop* include/oop* pre-stow: chown gale $(packageprefix)/sbin/gksign chmod 4755 $(packageprefix)/sbin/gksign $(MAKECOOKIE)