summaryrefslogtreecommitdiff
path: root/mail/nbsmtp/Makefile
blob: 199d0e32745e380fdc8e0df44195c09c6c19ef09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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://physeeks.dyndns.org:8000/download/ \
		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>