freebsd-ports/mail/nbsmtp/Makefile
Will Andrews df90566360 Add nbsmtp 0.8, simple program for outgoing SMTP delivery.
PR:		27096
Submitted by:	Anders Nordby <anders@fix.no>
2001-05-20 03:25:18 +00:00

23 lines
436 B
Makefile

# 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
MASTER_SITES= http://www2.fastdial.net/~drysdam/software/ \
ftp://ftp.nuug.no/pub/anders/distfiles/
EXTRACT_SUFX= .tgz
MAINTAINER= anders@fix.no
NO_WRKSUBDIR= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nbsmtp ${PREFIX}/bin/
.include <bsd.port.mk>