freebsd-ports/mail/smtpclient/Makefile
Pav Lucistnik 7eaa211d56 - Teach -c toggle to behave as described in man page
PR:		ports/63324
Submitted by:	Malcolm Kay <malcolm.kay@internode.on.net>
2004-05-26 17:57:10 +00:00

21 lines
427 B
Makefile

# Ports collection makefile for: smtpclient
# Date created: 24 Aug 2001
# Whom: Kris Kennaway <kris@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= smtpclient
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.engelschall.com/sw/smtpclient/distrib/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple SMTP client
GNU_CONFIGURE= yes
MAN1= smtpclient.1
PLIST_FILES= bin/smtpclient
.include <bsd.port.mk>