1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/mail/im/Makefile
Pawel Pekala fd2a6e212c - Add staging support
- Convert to new options framework
- Fix shebangs in scripts, bump PORTREVISION
2014-06-01 15:59:44 +00:00

32 lines
824 B
Makefile

# Created by: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
# $FreeBSD$
PORTNAME= im
PORTVERSION= 151
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://tats.haun.org/im/
MAINTAINER= ports@FreeBSD.org
COMMENT= Set of user interfaces of Email and NetNews
USES= perl5
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-hostname=_domain_of_your_mail_address_
CONFIGURE_ENV= im_path_perl=${PERL}
MAKE_ARGS= prefix=${PREFIX} imlibdir=${ETCDIR}
OPTIONS_DEFINE= DOCS EXAMPLES RPOP
RPOP_DESC= Use RPOP instead of APOP
RPOP_CONFIGURE_ENABLE= rpop
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/man
${INSTALL_DATA} ${WRKSRC}/00* ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/man/* ${STAGEDIR}${DOCSDIR}/man
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/dot.im/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>