diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 05:07:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 05:07:51 +0000 |
commit | f9b37dbeb7d197eb948e1b68775071b7b116f5f1 (patch) | |
tree | 6daf9c92f3bace91123cbdb5cc0d79660d72eea5 /net-mail/mailfront | |
parent | Added sparc and sparc64 KEYWORDS. (diff) | |
download | gentoo-2-f9b37dbeb7d197eb948e1b68775071b7b116f5f1.tar.gz gentoo-2-f9b37dbeb7d197eb948e1b68775071b7b116f5f1.tar.bz2 gentoo-2-f9b37dbeb7d197eb948e1b68775071b7b116f5f1.zip |
repoman'd
Diffstat (limited to 'net-mail/mailfront')
-rw-r--r-- | net-mail/mailfront/mailfront-0.76.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net-mail/mailfront/mailfront-0.76.ebuild b/net-mail/mailfront/mailfront-0.76.ebuild index d59f75c7a431..f4f6f2424fbf 100644 --- a/net-mail/mailfront/mailfront-0.76.ebuild +++ b/net-mail/mailfront/mailfront-0.76.ebuild @@ -1,8 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/mailfront-0.76.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/mailfront-0.76.ebuild,v 1.3 2002/07/17 05:07:50 seemant Exp $ S=${WORKDIR}/${P} +DESCRIPTION="Mail server network protocol front-ends." +SRC_URI="http://untroubled.org/mailfront/${P}.tar.gz" +HOMEPAGE="http://untroubled.org/mailfront/" DEPEND="virtual/glibc dev-libs/bglibs" @@ -12,10 +15,8 @@ RDEPEND="net-mail/cvm-vmailmgr net-mail/qmail-pop3d" SLOT="0" - -DESCRIPTION="Mail server network protocol front-ends." -SRC_URI="http://untroubled.org/mailfront/${P}.tar.gz" -HOMEPAGE="http://untroubled.org/mailfront/" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { cd ${S} @@ -36,6 +37,7 @@ src_install () { exeinto /var/qmail/supervise/qmail-pop3d newexe ${FILESDIR}/run-pop3front run + dodoc ANNOUNCEMENT FILES NEWS README TARGETS TODO VERSION } pkg_postinst() { |