summaryrefslogtreecommitdiff
path: root/mail/althea
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-07-24 12:48:09 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-07-24 12:48:09 +0000
commit7f03f112f4e69f22874646886083f132a1eddfaa (patch)
tree4836dfb3c7d9c88c3afa8fa3e2108452e81e20cc /mail/althea
parentUpdate MASTER_SITES and WWW (diff)
Update to version 0.5.3
PR: 29179 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=45437
Diffstat (limited to 'mail/althea')
-rw-r--r--mail/althea/Makefile2
-rw-r--r--mail/althea/distinfo2
-rw-r--r--mail/althea/files/Makefile.bsd5
3 files changed, 6 insertions, 3 deletions
diff --git a/mail/althea/Makefile b/mail/althea/Makefile
index c86c5bb64725..3db54673266d 100644
--- a/mail/althea/Makefile
+++ b/mail/althea/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= althea
-PORTVERSION= 0.5.2
+PORTVERSION= 0.5.3
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/mail/althea/distinfo b/mail/althea/distinfo
index 7ebca999b2d1..8d1d98fb259b 100644
--- a/mail/althea/distinfo
+++ b/mail/althea/distinfo
@@ -1 +1 @@
-MD5 (althea-0.5.2.tgz) = 7e390293e47e2eef88a8f537da31be7e
+MD5 (althea-0.5.3.tgz) = 1cd468e9c936e1b7586336761b0edf9a
diff --git a/mail/althea/files/Makefile.bsd b/mail/althea/files/Makefile.bsd
index 62a07a8409f0..5c4465803baa 100644
--- a/mail/althea/files/Makefile.bsd
+++ b/mail/althea/files/Makefile.bsd
@@ -7,9 +7,12 @@ SRCS:= ${objs:.o=.cpp} main.cpp
BINDIR=${PREFIX}/bin
DOCDIR=${PREFIX}/share/doc/${PROG}
PIXDIR=${PREFIX}/share/${PROG}
+LOCALEDIR=${PREFIX}/share/locale
+
+MAIL_POLL_INTERVAL = 60000
# Compiled-in pathes:
-CXXFLAGS+=-DDOCDIR=\"${DOCDIR}\" -DPIXDIR=\"${PIXDIR}\"
+CXXFLAGS+=-DPACKAGE=\"${PROG}\" -DDOCDIR=\"${DOCDIR}\" -DPIXDIR=\"${PIXDIR}\" -DLOCALEDIR=\"${LOCALEDIR}\" -DMAIL_POLL_INTERVAL=${MAIL_POLL_INTERVAL}
# Use the GTK's CFLAGS:
CXXFLAGS+=`${GTK_CONFIG} --cflags` -I${OPENSSLINC}