freebsd-ports/mail/hotwayd/Makefile

30 lines
555 B
Makefile
Raw Normal View History

# New ports collection makefile for: hotwayd
# Date created: 29 October 2002
# Whom: John Nielsen <john@jnielsen.net>
#
# $FreeBSD$
#
PORTNAME= hotwayd
PORTVERSION= 0.5.3
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= hotwayd
MAINTAINER= john@jnielsen.net
2003-02-21 07:51:06 -05:00
COMMENT= A Hotmail -> POP3 gateway
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
iconv.3:${PORTSDIR}/converters/libiconv
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= hotwayd.1
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>