freebsd-ports/mail/nbsmtp/Makefile
Anders Nordby 367147e9df Unbreak command line parsing, use getopt rather.
Loose maintainership (I have no interest in nbsmtp currently).

PR:		32899
Submitted by:	Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
		Kimura Fuyuki <fuyuki@mj.0038.net>
2002-04-10 20:24:07 +00:00

22 lines
438 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://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>