mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
bf50eb44f2
previous version. This port hasn't been updated since it was committed, and the maintainer hasn't responded to any messages I've sent about it, so I'm removing him as maintainer. I'll hold maintainership of this port for a little bit in case the former maintainer wants it back.
44 lines
946 B
Makefile
44 lines
946 B
Makefile
# New ports collection makefile for: elmo
|
|
# Date created: 2003-09-27
|
|
# Whom: trevor
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= elmo
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= adamw@FreeBSD.org
|
|
COMMENT= Receive, filter, read, compose and send mail at the text console
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GETTEXT= yes
|
|
USE_ICONV= yes
|
|
USE_OPENSSL= yes
|
|
USE_PERL5_RUN= yes
|
|
USE_REINPLACE= yes
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= elmo.1 elmoconf.pl.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME)
|
|
LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme
|
|
.else
|
|
pre-everything::
|
|
@${ECHO_CMD}
|
|
@${ECHO_CMD} "Define WITH_GPGME=yes to build with gpgme support."
|
|
@${ECHO_CMD}
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|/usr/bin/env perl|${PERL}|" \
|
|
${WRKSRC}/src/elmoconf.pl
|
|
|
|
.include <bsd.port.post.mk>
|