freebsd-ports/mail/cone/Makefile
Dirk Meyer 69ce2b3499 Cone is a text-based mail client. Cone seamlessly handles multiple POP3,
IMAP accounts, and local mail folders. Cone is also a simple newsreader.
Cone is designed to be foolproof enough to be used by inexperienced users,
but also offers advanced features for power users.

PR:		54218
Submitted by:	matthias.andree@gmx.de
2003-08-15 02:49:45 +00:00

53 lines
1.5 KiB
Makefile

# ports collection Makefile for: cone
# Whom: Matthias Andree <matthias.andree@gmx.de>
# Date created: 2003-06-19
#
# $FreeBSD$
#
PORTNAME= cone
PORTVERSION= 0.52
CATEGORIES= mail
# This is for beta versions, leave it in please:
#MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/
# This is for release versions, leave it in please:
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= courier
MAINTAINER= matthias.andree@gmx.de
COMMENT= "Console based mail client with POP3/IMAP/SMAP support"
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
aspell.15:${PORTSDIR}/textproc/aspell
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
${LOCALBASE}/lib/libncurses.so.5.3:${PORTSDIR}/devel/ncurses
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
${LOCALBASE}/lib/libncurses.so.5.3:${PORTSDIR}/devel/ncurses
USE_BZIP2= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= -C --without-db --prefix=${PREFIX} --exec-prefix=${PREFIX}
CONFIGURE_ENV= REHASH=${SCRIPTDIR}/c_rehash LDFLAGS=-L${LOCALBASE}/lib \
CPPFLAGS=-I${LOCALBASE}/include
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= cone.1 leaf.1 mailtool.1
do-install:
cd ${WRKSRC} && make install-strip
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${PREFIX}/sbin/cone-sysconftool
PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PORTNAME} POST-INSTALL
${RM} -f ${PREFIX}/share/cone/rootcerts/.0
${CAT} ${PKGMESSAGE}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= "does not build on FreeBSD versions before FreeBSD 5"
.endif
.include <bsd.port.post.mk>