freebsd-ports/mail/nbsmtp/Makefile
Pete Fritchman afbebb0cfe Set maintainer to ports@FreeBSD.org
Submitted by:	Anders Nordby <anders@fix.no> (previous maintainer)
2001-10-07 02:03:45 +00:00

22 lines
440 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= ports@FreeBSD.org
NO_WRKSUBDIR= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nbsmtp ${PREFIX}/bin/
.include <bsd.port.mk>