mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
00df1d9662
first announcement of the new trimming rule and the finalized overworked version. Feature safe: yes
26 lines
416 B
Makefile
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>
|