aboutsummaryrefslogtreecommitdiff
path: root/mail/elmo-devel
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-08-08 15:51:46 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-08-08 15:51:46 +0000
commit622f5acd686c991386b46b266d6a1a921714b01a (patch)
treecf8c13d1ab1989afa02932e9ea81bb4cd84fd688 /mail/elmo-devel
parent0219ec1da0a42d15020ccb3cd5da7538b969bd17 (diff)
downloadports-622f5acd686c991386b46b266d6a1a921714b01a.tar.gz
ports-622f5acd686c991386b46b266d6a1a921714b01a.zip
Notes
Diffstat (limited to 'mail/elmo-devel')
-rw-r--r--mail/elmo-devel/Makefile10
-rw-r--r--mail/elmo-devel/distinfo4
-rw-r--r--mail/elmo-devel/pkg-descr3
-rw-r--r--mail/elmo-devel/pkg-message4
4 files changed, 14 insertions, 7 deletions
diff --git a/mail/elmo-devel/Makefile b/mail/elmo-devel/Makefile
index 28abe8f4cf09..4aed095d2eab 100644
--- a/mail/elmo-devel/Makefile
+++ b/mail/elmo-devel/Makefile
@@ -6,10 +6,11 @@
#
PORTNAME= elmo
-PORTVERSION= 1.2.0
+PORTVERSION= 1.3.1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
+PKGNAMESUFFIX= -devel
MAINTAINER= adamw@FreeBSD.org
COMMENT= Receive, filter, read, compose and send mail at the text console
@@ -20,8 +21,11 @@ USE_ICONV= yes
USE_OPENSSL= yes
USE_PERL5_RUN= yes
USE_REINPLACE= yes
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+
+CPPFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \
+ LDFLAGS="${LDFLAGS}"
MAN1= elmo.1 elmoconf.pl.1
diff --git a/mail/elmo-devel/distinfo b/mail/elmo-devel/distinfo
index 22d5cc848793..f910f6aee082 100644
--- a/mail/elmo-devel/distinfo
+++ b/mail/elmo-devel/distinfo
@@ -1,2 +1,2 @@
-MD5 (elmo-1.2.0.tar.gz) = 6d2ed7ab5f1cb5ea938819f57d24a419
-SIZE (elmo-1.2.0.tar.gz) = 506336
+MD5 (elmo-1.3.1.tar.gz) = 551171feb937a7b58372682993653ba5
+SIZE (elmo-1.3.1.tar.gz) = 534779
diff --git a/mail/elmo-devel/pkg-descr b/mail/elmo-devel/pkg-descr
index a03177b4e2ff..8afc0f2c2912 100644
--- a/mail/elmo-devel/pkg-descr
+++ b/mail/elmo-devel/pkg-descr
@@ -3,6 +3,9 @@ receiving, filtering, reading, composing, and sending mail from a
character terminal. It speaks POP3 and SMTP and can work with
maildir or Berkeley-formatted mailboxes.
+This version is a development version, but is rather stable, and
+is known to work better than the stable version on FreeBSD 4.x.
+
Before running elmo, users should run elmoconf.pl to generate an
~/.elmorc file.
diff --git a/mail/elmo-devel/pkg-message b/mail/elmo-devel/pkg-message
index c6efcfd77ec4..a6c652f8b167 100644
--- a/mail/elmo-devel/pkg-message
+++ b/mail/elmo-devel/pkg-message
@@ -1,6 +1,6 @@
==============
-In order to use elmo, you must run the script elmoconf.pl,
-which will interactively create your elmo configuration file.
+In order to use elmo-devel, each user must run the script elmoconf.pl,
+which will interactively create the elmo configuration file.
Additionally, you must input some basic smtp settings if you
want to be able to send messages.
==============