openbsd-ports/mail/teapop/Makefile

27 lines
579 B
Makefile
Raw Normal View History

2002-10-27 12:21:39 -05:00
# $OpenBSD: Makefile,v 1.3 2002/10/27 17:21:40 naddy Exp $
COMMENT= "POP3-server virtual domain support"
2002-09-19 21:54:42 -04:00
VERSION= 0.3.5
DISTNAME= teapop-${VERSION}
CATEGORIES= mail
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
2002-09-19 21:54:42 -04:00
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
2002-10-27 12:21:39 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>