summaryrefslogtreecommitdiff
path: root/mail/imapproxy/Makefile
diff options
context:
space:
mode:
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"