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 | 87dbac6c499d0cb6076568cf8d74a2aed948c6a5 (patch) | |
tree | 1bfd331985608836acee621a7c48f17f91b1109d /net-mail/nbsmtp | |
parent | Added sparc and sparc64 KEYWORDS. (diff) | |
download | historical-87dbac6c499d0cb6076568cf8d74a2aed948c6a5.tar.gz historical-87dbac6c499d0cb6076568cf8d74a2aed948c6a5.tar.bz2 historical-87dbac6c499d0cb6076568cf8d74a2aed948c6a5.zip |
repoman'd
Diffstat (limited to 'net-mail/nbsmtp')
-rw-r--r-- | net-mail/nbsmtp/nbsmtp-0.8.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net-mail/nbsmtp/nbsmtp-0.8.ebuild b/net-mail/nbsmtp/nbsmtp-0.8.ebuild index 5459a4c1e085..80d5ab29597f 100644 --- a/net-mail/nbsmtp/nbsmtp-0.8.ebuild +++ b/net-mail/nbsmtp/nbsmtp-0.8.ebuild @@ -1,19 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/nbsmtp/nbsmtp-0.8.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/nbsmtp/nbsmtp-0.8.ebuild,v 1.3 2002/07/17 05:07:50 seemant Exp $ S=${WORKDIR} - DESCRIPTION="The No-Brainer SMTP" - SRC_URI="http://physeeks.dyndns.org:8000/download/${P}.tgz" - HOMEPAGE="http://physeeks.dyndns.org:8000/software.html" DEPEND="virtual/glibc" - PROVIDE="virtual/mta" + +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" + src_compile() { gcc ${CFLAGS} -o nbsmtp nbsmtp.c || die } |