summaryrefslogtreecommitdiff
path: root/mail/imapproxy/Makefile
diff options
context:
space:
mode:
authorrh <rh>2002-12-09 03:17:19 +0000
committerrh <rh>2002-12-09 03:17:19 +0000
commitfccb2825d45b88e676359432e25c4729fd2ff7d7 (patch)
treee425b02474754396d78856a97388431b6e0401bd /mail/imapproxy/Makefile
parent53f22a222659d7dc82efa4dbbcd0babedc60ea3c (diff)
downloadpkgsrc-fccb2825d45b88e676359432e25c4729fd2ff7d7.tar.gz
Initial import of imapproxy-1.0, a simple connection caching IMAP proxy.
Diffstat (limited to 'mail/imapproxy/Makefile')
-rw-r--r--mail/imapproxy/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/imapproxy/Makefile b/mail/imapproxy/Makefile
new file mode 100644
index 00000000000..a2da95235aa
--- /dev/null
+++ b/mail/imapproxy/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/09 03:17:19 rh Exp $
+#
+
+DISTNAME= imapproxy-1.0
+CATEGORIES= mail
+MASTER_SITES= http://www.kuleuven.net/projects/imapproxy/download/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.kuleuven.net/projects/imapproxy/
+COMMENT= Simple connection caching IMAP proxy daemon
+
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/imapproxy ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/imapproxy
+.for doc in BUGS COPYING ChangeLog FAQ INSTALL README THANKS TODO
+ ${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/imapproxy
+.endfor
+
+.include "../../mk/bsd.pkg.mk"