30b55df38e
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
17 lines
627 B
Text
17 lines
627 B
Text
# $NetBSD: Makefile.common,v 1.23 2017/01/19 18:52:16 agc Exp $
|
|
# used by mail/poppassd/Makefile
|
|
|
|
QPOPPER_MASTER_SITES+= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/
|
|
QPOPPER_MASTER_SITES+= 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}
|