2001-05-20 05:25:18 +02:00
|
|
|
# New ports collection makefile for: nbsmtp
|
|
|
|
# Date created: 5 May 2001
|
|
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nbsmtp
|
|
|
|
PORTVERSION= 0.8
|
|
|
|
CATEGORIES= mail
|
2002-01-20 17:01:58 +01:00
|
|
|
MASTER_SITES= http://physeeks.dyndns.org:8000/download/ \
|
2001-05-20 05:25:18 +02:00
|
|
|
ftp://ftp.nuug.no/pub/anders/distfiles/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2002-04-10 22:24:07 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Simple program for outgoing SMTP delivery
|
2001-05-20 05:25:18 +02:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/nbsmtp
|
2001-05-20 05:25:18 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nbsmtp ${PREFIX}/bin/
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|