GARNAME = procmail GARVERSION = 3.22 CATEGORIES = mail MASTER_SITES = http://www.procmail.org/ DISTFILES = $(DISTNAME).tar.gz DESCRIPTION = Flexible tool to filter mail and deliver it to folders define BLURB FIXME endef CONFIGURE_SCRIPTS = none BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile BUILD_ARGS = BASENAME=$(prefix) INSTALL_ARGS = BASENAME=$(packageprefix) include ../../gar.mk # Yay for nonstandard autoconfiguration stuff. The yes '' is to get around # its autoconf script asking for directories to perform a lock test in. configure-none: @cd $(WORKSRC) && $(MAKE) init && cd src && (yes '' | $(MAKE) ../autoconf.h) $(MAKECOOKIE)