diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
| commit | d615f4ca564f838b39bd8b504a3107011d951a03 (patch) | |
| tree | d799b77773a040bd9f634696266507c9072dd071 /mail/teapop-devel/Makefile | |
| parent | c2ed1d8a3eee6f0edbbd6033ea2f1717399741e2 (diff) | |
Diffstat (limited to 'mail/teapop-devel/Makefile')
| -rw-r--r-- | mail/teapop-devel/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/mail/teapop-devel/Makefile b/mail/teapop-devel/Makefile deleted file mode 100644 index 3a0eb2bcd80b..000000000000 --- a/mail/teapop-devel/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: teapop -# Date created: 18 May 2000 -# Whom: Jim Mock <jim@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= teapop -PORTVERSION= 0.26 -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) -LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 -.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> |
