summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1999-03-07 00:31:44 +0000
committerkim <kim@pkgsrc.org>1999-03-07 00:31:44 +0000
commit9179783965d67d88dd42d31a6fb58db6d15a4463 (patch)
tree5ecda05b10629b7de134ee10c66e0ef7b68867a7 /mail
parent2456253f31220845ac7053be157842ed25e318b3 (diff)
downloadpkgsrc-9179783965d67d88dd42d31a6fb58db6d15a4463.tar.gz
Use ${ECHO} and ${SED}. Note that this package is not ready for use.
Diffstat (limited to 'mail')
-rw-r--r--mail/cyrus/Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/mail/cyrus/Makefile b/mail/cyrus/Makefile
index b0ef0514b6b..658ced56e18 100644
--- a/mail/cyrus/Makefile
+++ b/mail/cyrus/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/03/07 00:27:18 kim Exp $
+# $NetBSD: Makefile,v 1.2 1999/03/07 00:31:44 kim Exp $
DISTNAME= cyrus-imapd-v1.5.14
-PKGNAME!= echo "${DISTNAME}" | sed -e 's/-imapd-v/-/'
+PKGNAME!= ${ECHO} "${DISTNAME}" | ${SED} -e 's/-imapd-v/-/'
CATEGORIES= mail
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/
@@ -9,6 +9,15 @@ MAINTAINER= kim@tac.nyc.ny.us
GNU_CONFIGURE= yes
+# XXX This package is not ready for general use!
+# XXX I've imported it because my work on it has
+# XXX been stalled for a while, and someone might
+# XXX benefit from what is here already.
+# XXX
+# XXX Eventually I will clean this up.
+# XXX
+# XXX + Kim
+
CONFIGURE_ARGS+= --with-cyrus-prefix=${PREFIX}/cyrus
CONFIGURE_ARGS+= --with-statedir=/var/run
CONFIGURE_ARGS+= --with-tcl=/usr/local/tcl