1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/mail/smtpclient/Makefile

22 lines
427 B
Makefile
Raw Normal View History

# 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
2003-02-20 19:00:52 +00:00
COMMENT= Simple SMTP client
GNU_CONFIGURE= yes
MAN1= smtpclient.1
2004-02-05 20:38:07 +00:00
PLIST_FILES= bin/smtpclient
.include <bsd.port.mk>