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