freebsd-ports/mail/hotwayd/Makefile
Pav Lucistnik a5571475dd - Downgrade to 0.7.4
Version 0.8 have serious bugs and it doesn't appear that they will be
  fixed anytime soon.

PR:		ports/72655
Submitted by:	John Nielsen <john@jnielsen.net> (maintainer)
2004-10-16 12:34:49 +00:00

45 lines
874 B
Makefile

# New ports collection makefile for: hotwayd
# Date created: 29 October 2002
# Whom: John Nielsen <john@jnielsen.net>
#
# $FreeBSD$
#
PORTNAME= hotwayd
PORTVERSION= 0.7.4
PORTEPOCH= 1
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
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_ICONV= yes
MAN1= hotwayd.1
DOC_FILES= AUTHORS COPYING ChangeLog INSTALL NEWS README 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>