summaryrefslogtreecommitdiff
path: root/mail/wmmail/Makefile
diff options
context:
space:
mode:
authortron <tron>1999-01-23 14:24:04 +0000
committertron <tron>1999-01-23 14:24:04 +0000
commitf385a3a42962070a710caa2361cd6c901e744412 (patch)
tree132c8de935e17cfe079e6f36ab692e95c29fd63b /mail/wmmail/Makefile
parent4350b9d97593b8a4cf7bf0e3aba472c4142fa4be (diff)
downloadpkgsrc-f385a3a42962070a710caa2361cd6c901e744412.tar.gz
New "wmmail" package:
WMMail.app is a "mail-checker" like xbiff. It is largely based on asmail, but has been modified to work with Window Maker instead of AfterStep.
Diffstat (limited to 'mail/wmmail/Makefile')
-rw-r--r--mail/wmmail/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile
new file mode 100644
index 00000000000..f986a7535a4
--- /dev/null
+++ b/mail/wmmail/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/01/23 14:24:04 tron Exp $
+
+DISTNAME= WMMail.app-0.62
+PKGNAME= wmmail-0.62
+CATEGORIES= mail
+MASTER_SITES= http://www.eecg.utoronto.ca/~chanb/
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.eecg.utoronto.ca/~chanb/wmmail.html
+
+BUILD_DEPENDS+= automake:../../devel/automake
+DEPENDS+= windowmaker-0.50.2:../../x11/windowmaker
+
+CONFLICTS= wmmail-*
+
+USE_X11= yes
+GNU_CONFIGURE= yes
+
+post-install:
+ ${SED} -e 's#@@X11BASE@@#${X11BASE}#g' \
+ -e 's#@@LOCALBASE@@#${LOCALBASE}#g' \
+ <${WRKSRC}/WMMail.defaults \
+ >${PREFIX}/share/WindowMaker/Defaults/WWMail
+
+.include "../../mk/bsd.pkg.mk"