mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
New Port: mail/namg
NAMG is a small program that downloads mail from a NetAddress account and forwards it to your local mail spool. PR: 23998 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
This commit is contained in:
parent
cf4a2a932a
commit
7f283613c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38334
@ -76,6 +76,7 @@
|
||||
SUBDIR += mutt
|
||||
SUBDIR += muttzilla
|
||||
SUBDIR += nail
|
||||
SUBDIR += namg
|
||||
SUBDIR += newmail
|
||||
SUBDIR += nmh
|
||||
SUBDIR += p5-Email-Find
|
||||
|
20
mail/namg/Makefile
Normal file
20
mail/namg/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: NAMG
|
||||
# Date created: 1 January 2001
|
||||
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= namg
|
||||
PORTVERSION= 0.2.8
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.zip.com.au/~gsymonds/NAMG/
|
||||
DISTNAME= NAMG-${PORTVERSION}
|
||||
|
||||
MAINTAINER= greid@ukug.uk.freebsd.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= namg.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/namg/distinfo
Normal file
1
mail/namg/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (NAMG-0.2.8.tar.gz) = 1226d36fdc4d8f60ca4b61b5b6d50717
|
15
mail/namg/files/patch-aa
Normal file
15
mail/namg/files/patch-aa
Normal file
@ -0,0 +1,15 @@
|
||||
--- src/Makefile.in.orig Wed Jul 5 06:33:54 2000
|
||||
+++ src/Makefile.in Mon Jan 1 17:06:30 2001
|
||||
@@ -26,10 +26,8 @@
|
||||
mkdir -p @prefix@/bin ; \
|
||||
fi
|
||||
cp $(PROGNAME) @prefix@/bin
|
||||
- if [ ! -f $(HOME)/.namgrc ]; then \
|
||||
- cp .namgrc $(HOME) ; \
|
||||
- chmod 600 $(HOME)/.namgrc ; \
|
||||
- fi
|
||||
+ mkdir -p @prefix@/share/namg/
|
||||
+ cp .namgrc @prefix@/share/namg/namgrc.default
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS)
|
1
mail/namg/pkg-comment
Normal file
1
mail/namg/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A program to download mail from a NetAddress web account
|
7
mail/namg/pkg-descr
Normal file
7
mail/namg/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
NAMG ("NetAddress Mail Grabber") is a small program that downloads
|
||||
mail from a NetAddress account and forwards it to your local mail
|
||||
spool. NAMG can also forward mail to sendmail. It was written shortly
|
||||
after NetAddress made POP3 access a "Premium Service".
|
||||
|
||||
- George Reid
|
||||
greid@ukug.uk.freebsd.org
|
3
mail/namg/pkg-plist
Normal file
3
mail/namg/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/namg
|
||||
share/namg/namgrc.default
|
||||
@dirrm share/namg
|
Loading…
Reference in New Issue
Block a user