openbsd-ports/mail/solid-pop3d/Makefile

40 lines
930 B
Makefile
Raw Normal View History

2010-11-19 02:23:05 -05:00
# $OpenBSD: Makefile,v 1.22 2010/11/19 07:23:09 espie Exp $
COMMENT= flexible POP3 server
2000-05-25 21:51:34 -04:00
VERSION= 0.15
DISTNAME= solid-pop3d-${VERSION}
2010-11-19 02:23:05 -05:00
REVISION = 4
CATEGORIES= mail
MASTER_SITES= ftp://dione.ids.pl/pub/solidpop3d/
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
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-29 19:41:56 -04:00
# enable support for APOP authentication.
.if ${FLAVOR:L:Mapop}
2000-08-29 19:41:56 -04:00
CONFIGURE_ARGS+= --enable-userconfig --enable-apop
.else
2000-08-29 19:41:56 -04:00
CONFIGURE_ARGS+= --disable-userconfig --disable-apop
.endif
2000-05-25 21:51:34 -04:00
.include <bsd.port.mk>