2016-03-05 12:27:40 +01:00
|
|
|
# $NetBSD: Makefile,v 1.33 2016/03/05 11:28:48 jperkin Exp $
|
2001-01-26 00:00:53 +01:00
|
|
|
|
|
|
|
DISTNAME= imap-utils
|
- 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.
2005-03-06 15:37:15 +01:00
|
|
|
PKGNAME= imap-uw-utils-20050108
|
2016-03-05 12:27:40 +01:00
|
|
|
PKGREVISION= 6
|
2001-01-26 00:00:53 +01:00
|
|
|
CATEGORIES= mail
|
- 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.
2005-03-06 15:37:15 +01:00
|
|
|
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/
|
2001-01-26 00:00:53 +01:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2001-01-26 00:00:53 +01:00
|
|
|
HOMEPAGE= http://www.washington.edu/imap/
|
2001-02-17 18:52:59 +01:00
|
|
|
COMMENT= UW IMAP mailbox utilities
|
2001-01-26 00:00:53 +01:00
|
|
|
|
- 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.
2005-03-06 15:37:15 +01:00
|
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
2001-01-26 00:00:53 +01:00
|
|
|
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.imap-uw+= imap-uw>=2004c1nb1
|
- 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.
2005-03-06 15:37:15 +01:00
|
|
|
|
|
|
|
SRCDIRS= icat ifrom
|
2001-01-26 00:00:53 +01:00
|
|
|
|
2002-10-09 01:15:58 +02:00
|
|
|
CFLAGS+= -I${BUILDLINK_PREFIX.imap-uw}/include/c-client
|
2001-02-13 16:07:59 +01:00
|
|
|
LIBS+= -lc-client -lssl -lcrypto
|
2001-01-26 00:00:53 +01:00
|
|
|
|
2007-01-07 10:13:46 +01:00
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
2005-06-16 08:57:37 +02:00
|
|
|
|
2001-01-26 00:00:53 +01:00
|
|
|
do-build:
|
|
|
|
@for prog in ${SRCDIRS}; do \
|
|
|
|
${ECHO} "==> Building $${prog}"; \
|
|
|
|
cd ${WRKSRC}/$${prog}; \
|
|
|
|
${CC} ${CFLAGS} ${LDFLAGS} -o $${prog} $${prog}.c ${LIBS}; \
|
|
|
|
done
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@for prog in ${SRCDIRS}; do \
|
|
|
|
${ECHO} "==> Installing $${prog}"; \
|
|
|
|
cd ${WRKSRC}/$${prog}; \
|
2008-03-04 18:57:17 +01:00
|
|
|
${INSTALL_PROGRAM} $${prog} ${DESTDIR}${PREFIX}/bin; \
|
|
|
|
${INSTALL_MAN} $${prog}.1 \
|
|
|
|
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1; \
|
2001-01-26 00:00:53 +01:00
|
|
|
done
|
|
|
|
|
2004-04-25 06:06:14 +02:00
|
|
|
.include "../../mail/imap-uw/buildlink3.mk"
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
2001-01-26 00:00:53 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|