2013-03-11 11:20:26 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.27 2013/03/11 11:23:53 espie Exp $
|
2001-03-28 19:35:25 +00:00
|
|
|
|
2007-09-16 00:17:04 +00:00
|
|
|
COMMENT= flexible POP3 server
|
2000-05-26 01:51:34 +00:00
|
|
|
|
2000-08-29 16:52:13 +00:00
|
|
|
VERSION= 0.15
|
|
|
|
DISTNAME= solid-pop3d-${VERSION}
|
2011-05-11 12:57:47 +00:00
|
|
|
REVISION = 5
|
2000-08-15 20:36:57 +00:00
|
|
|
CATEGORIES= mail
|
2004-10-12 14:56:19 +00:00
|
|
|
MASTER_SITES= ftp://dione.ids.pl/pub/solidpop3d/
|
2000-08-29 16:52:13 +00:00
|
|
|
|
2000-06-20 20:23:59 +00:00
|
|
|
HOMEPAGE= http://solidpop3d.pld.org.pl/
|
|
|
|
|
2000-05-26 01:51:34 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2005-01-02 12:56:04 +00:00
|
|
|
WANTLIB= c
|
2000-05-26 01:51:34 +00:00
|
|
|
|
2000-08-29 23:41:56 +00:00
|
|
|
FLAVORS= apop
|
2000-08-15 20:36:57 +00:00
|
|
|
FLAVOR?=
|
|
|
|
|
2012-04-28 10:51:44 +00:00
|
|
|
LOCALSTATEDIR= ${BASELOCALSTATEDIR}/spool/spop3d
|
|
|
|
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
2000-09-23 19:59:51 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2012-04-28 10:51:44 +00:00
|
|
|
CONFIGURE_ARGS+= --mandir="${PREFIX}/man" \
|
2000-09-23 19:59:51 +00:00
|
|
|
--enable-last --enable-bulletins --enable-nonip \
|
|
|
|
--enable-ipv6 --enable-resolve --enable-connect \
|
|
|
|
--enable-logextend --enable-statistics
|
2010-10-18 21:17:11 +00:00
|
|
|
USE_GROFF = Yes
|
2013-03-11 11:20:26 +00:00
|
|
|
NO_TEST= Yes
|
2000-08-15 20:36:57 +00:00
|
|
|
|
2000-08-29 23:41:56 +00:00
|
|
|
# enable support for APOP authentication.
|
2013-02-09 14:49:50 +00:00
|
|
|
.if ${FLAVOR:Mapop}
|
2000-08-29 23:41:56 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-userconfig --enable-apop
|
2000-08-29 16:52:13 +00:00
|
|
|
.else
|
2000-08-29 23:41:56 +00:00
|
|
|
CONFIGURE_ARGS+= --disable-userconfig --disable-apop
|
2000-08-15 20:36:57 +00:00
|
|
|
.endif
|
2000-05-26 01:51:34 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|