summaryrefslogtreecommitdiff
path: root/mail/nbsmtp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/nbsmtp/Makefile')
-rw-r--r--mail/nbsmtp/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/mail/nbsmtp/Makefile b/mail/nbsmtp/Makefile
index b8f7ce3d8e8e..2e5d2f42fd1a 100644
--- a/mail/nbsmtp/Makefile
+++ b/mail/nbsmtp/Makefile
@@ -6,19 +6,23 @@
#
PORTNAME= nbsmtp
-PORTVERSION= 0.8
+PORTVERSION= 0.98
CATEGORIES= mail
-MASTER_SITES= http://physeeks.dyndns.org:8000/download/ \
- ftp://ftp.nuug.no/pub/anders/distfiles/
-EXTRACT_SUFX= .tgz
+MASTER_SITES= http://www.gentoo-es.org/~ferdy/ \
+ http://www.it.uc3m.es/~ferdy/nbsmtp/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple program for outgoing SMTP delivery
-NO_WRKSUBDIR= yes
PLIST_FILES= bin/nbsmtp
+GNU_CONFIGURE= yes
+
+MAN5= nbsmtprc.5
+MAN8= nbsmtp.8
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nbsmtp ${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/nbsmtp ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/nbsmtp.8 ${MAN8PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/nbsmtprc.5 ${MAN5PREFIX}/man/man5
.include <bsd.port.mk>