bf1c949c88
4.1 * IPv6 support * Significantly improved performance * Cygwin compatibility (for use under Windows) * Ability to execute arbitrary programs when users log in * And lots more
17 lines
610 B
Text
17 lines
610 B
Text
# $NetBSD: Makefile.common,v 1.22 2012/03/22 14:13:28 taca Exp $
|
|
# used by mail/poppassd/Makefile
|
|
|
|
QPOPPER_MASTER_SITES+= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ \
|
|
http://core.ring.gr.jp/archives/net/mail/qpopper/
|
|
QPOPPER_HOMEPAGE= http://www.eudora.com/products/unsupported/qpopper/
|
|
#QPOPPER_PATCHSITES+= http://www.imasy.or.jp/~ume/ipv6/
|
|
#QPOPPER_PATCHFILES= qpopper4.0.9-ipv6-20060626.diff.gz
|
|
|
|
VERSION= 4.1.0
|
|
QPOPPER_FAC?= LOCAL1
|
|
BUILD_DEFS+= QPOPPER_FAC
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \
|
|
--enable-log-facility=LOG_${QPOPPER_FAC}
|
|
LIBS+= ${LDFLAGS}
|