2000-07-10 15:33:16 +00:00
|
|
|
# New ports collection makefile for: teapop
|
|
|
|
# Date created: 18 May 2000
|
|
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= teapop
|
2000-08-11 07:28:04 +00:00
|
|
|
PORTVERSION= 0.26
|
2000-07-10 15:33:16 +00:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \
|
|
|
|
http://www.toontown.org/pub/teapop/
|
|
|
|
DISTNAME= ${PORTNAME}-latest
|
|
|
|
|
|
|
|
MAINTAINER= jim@FreeBSD.org
|
|
|
|
|
|
|
|
.if defined(WITH_PGSQL)
|
2000-08-26 16:34:17 +00:00
|
|
|
LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
|
2000-07-10 15:33:16 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-flock
|
|
|
|
|
|
|
|
.if defined(WITHOUT_APOP)
|
|
|
|
CONFIGURE_ARGS+= --disable-apop
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITHOUT_VPOP)
|
|
|
|
CONFIGURE_ARGS+= --disable-vpop
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_PGSQL)
|
|
|
|
CONFIGURE_ARGS+= --with-pgsql=${PREFIX}/pgsql
|
|
|
|
.endif
|
|
|
|
|
|
|
|
MAN8= teapop.8
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|