openbsd-ports/mail/teapop/Makefile
pvalchev ee6f2a419f Initial import of teapop-0.3.4
Teapop is an RFC1939 and RFC2449 compliant POP3-server, which is quickly 
gaining world-wide recognition. With its' flexible virtual domain support, 
Teapop distinguishes itself from other POP3-servers. The possibility to 
authenticate users in several different ways, for example 
PostgreSQL-databases and Apache htpasswd files, lets Teapop adapt itself 
to Your	setup, rather than the other way around as with traditional 
POP3-servers. 

Maintainer Lurene Grenier <lurene@daemonkitty.net>
2002-06-08 05:58:24 +00:00

27 lines
626 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.1.1.1 2002/06/08 05:58:24 pvalchev Exp $
COMMENT= "POP3-server virtual domain support"
VERSION= 0.3.4
DISTNAME= teapop-${VERSION}
CATEGORIES= mail
NEED_VERSION= 1.531
HOMEPAGE= http://www.toontown.org/teapop/
MAINTAINER= Lurene Grenier <lurene@daemonkitty.net>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://www.toontown.org/pub/teapop/
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-flock
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>