summaryrefslogtreecommitdiff
path: root/mail/wmmail/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-06-27 10:51:48 +0000
committertron <tron@pkgsrc.org>1999-06-27 10:51:48 +0000
commitae9c33b6277aada12ccd5f5b568b5adda4d52e6f (patch)
tree70a76f8ea73db34b1319abf5b419e19cfc0efddc /mail/wmmail/Makefile
parenta6681d7ab9a5c50242e6119ab1f237e7e5078165 (diff)
downloadpkgsrc-ae9c33b6277aada12ccd5f5b568b5adda4d52e6f.tar.gz
Update "wmmail" package to version 0.63a. Changes since version 0.62:
- fixed segfaults in wmmail.c - added ability to use arbitrary TCP port for IMAP - added ability to display message count when using multiple mailboxes; thanks to Justin Dolske <dolske@reston.wcom.net> for patch - added preliminary POP3 support (don't even try to fix it!) - change mbox.c to take care of dummy messages put in your mailbox by imapd, PINE, or whatever - fixed imap.c to use CR-LF instead of just "\n"; thanks to Paul Bardo <pbardo@bridge.com> for pointing this out - fixed installation - WMMail.defaults changed and moved to Defaults/WMMail.in
Diffstat (limited to 'mail/wmmail/Makefile')
-rw-r--r--mail/wmmail/Makefile24
1 files changed, 8 insertions, 16 deletions
diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile
index 8266f948fd7..a6e95eec3b7 100644
--- a/mail/wmmail/Makefile
+++ b/mail/wmmail/Makefile
@@ -1,27 +1,19 @@
-# $NetBSD: Makefile,v 1.12 1999/06/21 04:53:14 jlam Exp $
+# $NetBSD: Makefile,v 1.13 1999/06/27 10:51:48 tron Exp $
-DISTNAME= WMMail.app-0.62
-PKGNAME= wmmail-0.62
+DISTNAME= WMMail.app-0.63a
+PKGNAME= wmmail-0.63a
CATEGORIES= mail x11
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.60.0:../../x11/windowmaker
-USE_X11BASE= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" SHELL="/bin/sh"
-
-post-install:
- ${SED} -e 's#@@X11BASE@@#${X11BASE}#g' \
- -e 's#@@LOCALBASE@@#${LOCALBASE}#g' \
- <${WRKSRC}/WMMail.defaults \
- >${PREFIX}/etc/WindowMaker/WMMail
+USE_X11BASE= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-PL-incs="-I${LOCALBASE}/include" \
+ --with-PL-libs="-L${LOCALBASE}/lib"
.include "../../mk/bsd.pkg.mk"