# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Classic forum is an open-source web forum package." HOMEPAGE="http://wwwtech.de/cforum/" SRC_URI="http://wwwtech.de/cforum/download/${P}.tgz" SLOT="0" LICENSE="Artistic" KEYWORDS="x86" IUSE="sort shm" RDEPEND="net-www/apache || ( net-www/mod_auth_mysql net-www/mod_auth_pgsql ) " DEPEND=">=dev-libs/gdome2-0.7.4 >=sys-libs/db-3 >=net-libs/libwww-5.4 >=dev-libs/libpcre-4 >=net-dns/libidn-0.3 >=dev-lang/swig-1.3 >=dev-lang/perl-5.6 >=net-libs/libesmtp-1.0.3 " S=${WORKDIR}/${PN} src_compile() { econf \ `use_enable sort sorting` \ `use_enable shm shared-mem` \ || die "econf failed" emake || die } src_install() { einstall || die einfo "Now follow the configuration instructions provided in the" einfo "administrator guide, chapter instance installation instructions" } # eof