diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 05:26:37 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 05:26:37 +0000 |
commit | 51d6c07f376d0d927c4d874f08b90096f4edf895 (patch) | |
tree | f607cc342222a9599b175ea533198e7477e557c1 /net-mail/relay-ctrl/relay-ctrl-3.1.1.ebuild | |
parent | added Network Associate's Evaluation license (diff) | |
download | gentoo-2-51d6c07f376d0d927c4d874f08b90096f4edf895.tar.gz gentoo-2-51d6c07f376d0d927c4d874f08b90096f4edf895.tar.bz2 gentoo-2-51d6c07f376d0d927c4d874f08b90096f4edf895.zip |
repoman'd
Diffstat (limited to 'net-mail/relay-ctrl/relay-ctrl-3.1.1.ebuild')
-rw-r--r-- | net-mail/relay-ctrl/relay-ctrl-3.1.1.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net-mail/relay-ctrl/relay-ctrl-3.1.1.ebuild b/net-mail/relay-ctrl/relay-ctrl-3.1.1.ebuild index 00130cdf61d8..ad848b773261 100644 --- a/net-mail/relay-ctrl/relay-ctrl-3.1.1.ebuild +++ b/net-mail/relay-ctrl/relay-ctrl-3.1.1.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/relay-ctrl/relay-ctrl-3.1.1.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/relay-ctrl/relay-ctrl-3.1.1.ebuild,v 1.3 2002/07/17 05:26:36 seemant Exp $ S=${WORKDIR}/${P} - -DEPEND="virtual/glibc" - -RDEPEND="net-mail/qmail" - -LICENSE="GPL-2" DESCRIPTION="SMTP Relaying Control for qmail & tcpserver." SRC_URI="http://untroubled.org/relay-ctrl/${P}.tar.gz" - HOMEPAGE="http://untroubled.org/relay-ctrl/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="virtual/glibc" +RDEPEND="net-mail/qmail" + src_compile() { cd ${S} echo "gcc ${CFLAGS}" > conf-cc |