diff options
author | sem <sem@FreeBSD.org> | 2005-08-29 20:41:19 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-08-29 20:41:19 +0800 |
commit | 26b2d67fbb29f846bf7ab3feab43d0e35f3764ca (patch) | |
tree | f1a3f26c6d90eb97d9cf5c16bfce7e514da03e59 /mail/nbsmtp/Makefile | |
parent | 0da46cb17ac97fd0416ebe6c0599dfaec1ae78cc (diff) | |
download | freebsd-ports-gnome-26b2d67fbb29f846bf7ab3feab43d0e35f3764ca.tar.gz freebsd-ports-gnome-26b2d67fbb29f846bf7ab3feab43d0e35f3764ca.tar.zst freebsd-ports-gnome-26b2d67fbb29f846bf7ab3feab43d0e35f3764ca.zip |
- Update to 1.00
- Pass maintainership to submitter
PR: ports/85046
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'mail/nbsmtp/Makefile')
-rw-r--r-- | mail/nbsmtp/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/mail/nbsmtp/Makefile b/mail/nbsmtp/Makefile index 4336e0ceace8..7c56850d3e1b 100644 --- a/mail/nbsmtp/Makefile +++ b/mail/nbsmtp/Makefile @@ -1,24 +1,23 @@ # New ports collection makefile for: nbsmtp -# Date created: 5 May 2001 -# Whom: Anders Nordby <anders@fix.no> +# Date created: 5 May 2001 +# Whom: Anders Nordby <anders@fix.no> # # $FreeBSD$ # -# WITH_SSL=yes "Support for secure connection to mail server" +# WITH_SSL=yes "Support for secure connection to mail server" # PORTNAME= nbsmtp -PORTVERSION= 0.99 +PORTVERSION= 1.00 CATEGORIES= mail -PORTREVISION= 1 MASTER_SITES= http://www.gentoo-es.org/~ferdy/ \ http://www.it.uc3m.es/~ferdy/nbsmtp/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@critical.ch COMMENT= Simple program for outgoing SMTP delivery -USE_BZIP2= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} OPTIONS= IPV6 "Support for IPv6 connections" off \ DEBUG "Enable debug information (for developers)" off \ @@ -26,8 +25,8 @@ OPTIONS= IPV6 "Support for IPv6 connections" off \ PLIST_FILES= bin/nbsmtp -MAN5= nbsmtprc.5 -MAN8= nbsmtp.8 +MAN5= nbsmtprc.5 +MAN8= nbsmtp.8 .include <bsd.port.pre.mk> |