diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-03-06 14:37:15 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-03-06 14:37:15 +0000 |
commit | 2539dd5d298779b0645b4cca25419ecd2713b73f (patch) | |
tree | a03a892d4b6af8ccee9950875d873281d18a1c8f /mail/imap-uw-utils/Makefile | |
parent | 0b1ccf4297ae17ab29deaae930698d40cdb8d1d1 (diff) | |
download | pkgsrc-2539dd5d298779b0645b4cca25419ecd2713b73f.tar.gz |
- Update to 20050108 to avoid conflicts with imap-uw package
- Issue spotted by diro (at) nixsys.bz in PR #28966
This distribution now contains two unsupported programs, icat and ifrom,
which may be of use to some sites.
The old chkmail, imapcopy, imapxfer, mbxcopy, mbxcreat, and mbxcvt
programs have been replaced with the mailutil program, which is
included in the mail/imap-uw package.
The dmail, mlock, and tmail programs are also bundled in the mail/imap-uw
package.
Diffstat (limited to 'mail/imap-uw-utils/Makefile')
-rw-r--r-- | mail/imap-uw-utils/Makefile | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/mail/imap-uw-utils/Makefile b/mail/imap-uw-utils/Makefile index cbaac16e189..7577552cb5e 100644 --- a/mail/imap-uw-utils/Makefile +++ b/mail/imap-uw-utils/Makefile @@ -1,22 +1,21 @@ -# $NetBSD: Makefile,v 1.19 2005/02/09 18:30:27 reed Exp $ +# $NetBSD: Makefile,v 1.20 2005/03/06 14:37:15 adrianp Exp $ DISTNAME= imap-utils -PKGNAME= imap-uw-utils-20020102 -PKGREVISION= 4 +PKGNAME= imap-uw-utils-20050108 CATEGORIES= mail -MASTER_SITES= ftp://ftp.cac.washington.edu/imap/old/ +MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ EXTRACT_SUFX= .tar.Z MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.washington.edu/imap/ COMMENT= UW IMAP mailbox utilities -WRKSRC= ${WRKDIR} -DIST_SUBDIR= ${PKGNAME_NOREV} -USE_BUILDLINK3= yes +DIST_SUBDIR= ${PKGNAME_NOREV} +USE_BUILDLINK3= yes -SRCDIRS= chkmail dmail icat ifrom imapcopy imapxfer \ - mbxcopy mbxcreat mbxcvt tmail +BUILDLINK_DEPENDS.imap-uw+= imap-uw>=2004c1nb1 + +SRCDIRS= icat ifrom CFLAGS+= -I${BUILDLINK_PREFIX.imap-uw}/include/c-client LIBS+= -lc-client -lssl -lcrypto @@ -35,8 +34,6 @@ do-install: ${INSTALL_PROGRAM} $${prog} ${PREFIX}/bin; \ ${INSTALL_MAN} $${prog}.1 ${PREFIX}/man/man1; \ done - ${LN} -sf imapcopy ${PREFIX}/bin/imapmove - ${LN} -sf mbxcopy ${PREFIX}/bin/mbxmove .include "../../mail/imap-uw/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" |