summaryrefslogtreecommitdiff
path: root/mail/xfmail/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-06-26 23:44:24 +0000
committerfrueauf <frueauf>1998-06-26 23:44:24 +0000
commitcc6d36e1ffc050e51739dc69db3fb283aca10939 (patch)
tree3796e2a53a899b6aa8997217d3485d66ae830b0e /mail/xfmail/Makefile
parentc7e8f97b55d8a3eea301c50ea3c4fed4a4b62519 (diff)
downloadpkgsrc-cc6d36e1ffc050e51739dc69db3fb283aca10939.tar.gz
Initial addition of an xforms based mail application. Based on pr 5659
by Tim Rightnour with rework by me.
Diffstat (limited to 'mail/xfmail/Makefile')
-rw-r--r--mail/xfmail/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile
new file mode 100644
index 00000000000..c7642aff616
--- /dev/null
+++ b/mail/xfmail/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 1998/06/26 23:44:24 frueauf Exp $
+#
+
+DISTNAME= xfmail-1.3
+CATEGORIES= mail x11
+MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/
+
+MAINTAINER= root@garbled.net
+
+DEPENDS+= gdbm-1.7.3:../../databases/gdbm
+DEPENDS+= xpm-3.4j:../../graphics/xpm
+DEPENDS+= xforms-0.88:../../x11/xforms
+
+ONLY_FOR_ARCHS= arm32 i386 m68k sparc pc532
+
+RESTRICTED= "Selling this software requires permission of the authors."
+
+USE_X11= YES
+GNU_CONFIGURE= YES
+
+post-install:
+ ${MKDIR} ${PREFIX}/share/doc/xfmail
+ ${INSTALL_DATA} ${WRKSRC}/Copyright ${PREFIX}/share/doc/xfmail
+
+.include "../../mk/bsd.pkg.mk"