1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/mail/nbsmtp/Makefile
Emanuel Haupt 00df1d9662 Restore 'Created by' header information. This has been removed during the
first announcement of the new trimming rule and the finalized overworked
version.

Feature safe:   yes
2012-11-03 18:01:22 +00:00

26 lines
416 B
Makefile

# Created by: Anders Nordby <anders@fix.no>
# $FreeBSD$
PORTNAME= nbsmtp
PORTVERSION= 1.00
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Simple program for outgoing SMTP delivery
LICENSE= GPLv2
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS+= --enable-ssl --enable-ipv6
MAN5= nbsmtprc.5
MAN8= nbsmtp.8
PLIST_FILES= bin/nbsmtp
.include <bsd.port.mk>