diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
commit | 70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch) | |
tree | 14c35099cfb4f4257c5e0b8e589d530fcb829468 /mail/teapop-devel/Makefile | |
parent | f667b39b3c0614d5aeb9bcb4bac4a4b222408185 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes:
svn path=/head/; revision=30942
svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
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 e3e2d1adfe7a..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.25 -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/postgresql -.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> |