summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-05-30 09:53:23 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-05-30 09:53:23 +0000
commit26163212eea389d2f3413b14ea3260299bea8c77 (patch)
tree26d72e64bab48210c0c1171eb2debfa9a1400d66 /mail-mta/nbsmtp/nbsmtp-0.8.ebuild
parentMoving to mail-mta/nbsmtp (diff)
downloadgentoo-2-26163212eea389d2f3413b14ea3260299bea8c77.tar.gz
gentoo-2-26163212eea389d2f3413b14ea3260299bea8c77.tar.bz2
gentoo-2-26163212eea389d2f3413b14ea3260299bea8c77.zip
Moved from net-mail/nbsmtp to mail-mta/nbsmtp.
Diffstat (limited to 'mail-mta/nbsmtp/nbsmtp-0.8.ebuild')
-rw-r--r--mail-mta/nbsmtp/nbsmtp-0.8.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/mail-mta/nbsmtp/nbsmtp-0.8.ebuild b/mail-mta/nbsmtp/nbsmtp-0.8.ebuild
new file mode 100644
index 000000000000..f815a1ce8fcf
--- /dev/null
+++ b/mail-mta/nbsmtp/nbsmtp-0.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/nbsmtp-0.8.ebuild,v 1.1 2004/05/30 09:53:23 robbat2 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-2"
+KEYWORDS="x86 sparc"
+
+src_compile() {
+ gcc ${CFLAGS} -o nbsmtp nbsmtp.c || die
+}
+
+src_install () {
+ dobin nbsmtp
+ dodoc COPYING
+}