aboutsummaryrefslogtreecommitdiff
path: root/mail/vm-pop3d
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-24 08:51:23 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-24 08:51:23 +0000
commit754e03cf9e3abf78fdb52ff84d1719473df1b2cc (patch)
tree1e196db6e0501bc50670b60feab92450943fe43a /mail/vm-pop3d
parentcefbf2feab1cde75ed64df9fea227e37cdadde7e (diff)
downloadports-754e03cf9e3abf78fdb52ff84d1719473df1b2cc.tar.gz
ports-754e03cf9e3abf78fdb52ff84d1719473df1b2cc.zip
Notes
Diffstat (limited to 'mail/vm-pop3d')
-rw-r--r--mail/vm-pop3d/Makefile26
-rw-r--r--mail/vm-pop3d/distinfo1
-rw-r--r--mail/vm-pop3d/files/patch-configure20
-rw-r--r--mail/vm-pop3d/pkg-comment1
-rw-r--r--mail/vm-pop3d/pkg-descr8
-rw-r--r--mail/vm-pop3d/pkg-plist8
6 files changed, 64 insertions, 0 deletions
diff --git a/mail/vm-pop3d/Makefile b/mail/vm-pop3d/Makefile
new file mode 100644
index 000000000000..0773bc3f4838
--- /dev/null
+++ b/mail/vm-pop3d/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: gslin
+# Date created: 24 August 2001
+# Whom: Gea-Suan Lin (gslin.am88@nctu.edu.tw)
+#
+# $FreeBSD$
+#
+
+PORTNAME= vm-pop3d
+PORTVERSION= 1.1.4
+CATEGORIES= mail
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= system/mail/pop
+
+MAINTAINER= gslin.am88@nctu.edu.tw
+
+GNU_CONFIGURE= yes
+MAN8= vm-pop3d.8
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/vm-pop3d.8 ${MAN8PREFIX}/man/man8
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/CHANGES ${WRKSRC}/COPYING ${WRKSRC}/FAQ ${WRKSRC}/INSTALL ${WRKSRC}/README ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/mail/vm-pop3d/distinfo b/mail/vm-pop3d/distinfo
new file mode 100644
index 000000000000..0a8359984c91
--- /dev/null
+++ b/mail/vm-pop3d/distinfo
@@ -0,0 +1 @@
+MD5 (vm-pop3d-1.1.4.tar.gz) = 7c7b80bac86ec75a98f9ebba9ce0144c
diff --git a/mail/vm-pop3d/files/patch-configure b/mail/vm-pop3d/files/patch-configure
new file mode 100644
index 000000000000..9c0302ee9aab
--- /dev/null
+++ b/mail/vm-pop3d/files/patch-configure
@@ -0,0 +1,20 @@
+--- configure.orig Fri Aug 24 03:22:46 2001
++++ configure Fri Aug 24 03:23:02 2001
+@@ -1174,7 +1174,7 @@
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+ ac_save_LIBS="$LIBS"
+-LIBS="-lpam -ldl $LIBS"
++LIBS="-lpam $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 1180 "configure"
+ #include "confdefs.h"
+@@ -1202,7 +1202,7 @@
+ fi
+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+ echo "$ac_t""yes" 1>&6
+- LIBS="$LIBS -ldl -lpam"; cat >> confdefs.h <<\EOF
++ LIBS="$LIBS -lpam"; cat >> confdefs.h <<\EOF
+ #define HAVE_LIBPAM 1
+ EOF
+
diff --git a/mail/vm-pop3d/pkg-comment b/mail/vm-pop3d/pkg-comment
new file mode 100644
index 000000000000..d5c92fb2a280
--- /dev/null
+++ b/mail/vm-pop3d/pkg-comment
@@ -0,0 +1 @@
+A virtual POP3 server
diff --git a/mail/vm-pop3d/pkg-descr b/mail/vm-pop3d/pkg-descr
new file mode 100644
index 000000000000..a537154dd701
--- /dev/null
+++ b/mail/vm-pop3d/pkg-descr
@@ -0,0 +1,8 @@
+vm-pop3d is a POP3 server. It is free to download and use. It supports
+alternative password files and mail spool directories; it can be used for
+setting up virtual email accounts -- mailboxes without real Unix owners for
+each. This will allow you to have multiple email accounts with the same name
+on one system.
+
+- Gea-Suan Lin
+ gslin@ccca.nctu.edu.tw
diff --git a/mail/vm-pop3d/pkg-plist b/mail/vm-pop3d/pkg-plist
new file mode 100644
index 000000000000..232398988762
--- /dev/null
+++ b/mail/vm-pop3d/pkg-plist
@@ -0,0 +1,8 @@
+sbin/vm-pop3d
+%%PORTDOCS%%share/doc/vm-pop3d/AUTHORS
+%%PORTDOCS%%share/doc/vm-pop3d/CHANGES
+%%PORTDOCS%%share/doc/vm-pop3d/COPYING
+%%PORTDOCS%%share/doc/vm-pop3d/FAQ
+%%PORTDOCS%%share/doc/vm-pop3d/INSTALL
+%%PORTDOCS%%share/doc/vm-pop3d/README
+%%PORTDOCS%%@dirrm share/doc/vm-pop3d