freebsd-ports/mail/hotwayd/Makefile
Mark Linimon 08d02ac3ec Update to 0.8: added a first version of hotsmtpd (see ChangeLog for
details).  Also, the port now installs the documentation included with
the source tarball; pkg-plist re-created (the number of files installed
jumped from 2 to 11); and the description file was updated.

PR:		ports/63037
Submitted by:	John Nielsen <john@jnielsen.net> (maintainer)
2004-02-21 09:26:12 +00:00

47 lines
954 B
Makefile

# New ports collection makefile for: hotwayd
# Date created: 29 October 2002
# Whom: John Nielsen <john@jnielsen.net>
#
# $FreeBSD$
#
PORTNAME= hotwayd
PORTVERSION= 0.8
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= hotwayd
MAINTAINER= john@jnielsen.net
COMMENT= A Hotmail -> POP3 gateway
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
iconv.3:${PORTSDIR}/converters/libiconv \
sasl2.2:${PORTSDIR}/security/cyrus-sasl2
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= hotwayd.1 \
hotsmtpd.1
DOC_FILES= AUTHORS COPYING INSTALL NEWS README README.hotsmtpd VERSION
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
post-install: install-doc-files display-message
install-doc-files:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
display-message:
@${ECHO_MSG}
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
.include <bsd.port.mk>