f7bcd43826
* Switch to use bundled TomsFastMath library. Upstream made incompatible change to bundled copy and this makes it impossible to use external one. They also dropped option to use it. * Bump PORTREVISION of consumers as shlib version is changed. * Note that though this is new LTS feature release security/clamav-lts stays in 0.103.x until either next regular feature release (probably 1.1.0) is released or 0.103.x reaches its EoL. ReleaseNotes: https://blog.clamav.net/2022/11/clamav-100-lts-released.html
33 lines
921 B
Makefile
33 lines
921 B
Makefile
PORTNAME= mod_clamav
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.14rc2
|
|
PORTREVISION= 3
|
|
CATEGORIES= security ftp
|
|
PKGNAMEPREFIX= proftpd-
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= ClamAV ProFTPD module
|
|
WWW= https://github.com/jbenden/mod_clamav
|
|
|
|
LICENSE= GPLv2
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
MASTERDIR= ${.CURDIR}/../../ftp/proftpd
|
|
|
|
GIT_REVISION= c8586c7
|
|
|
|
RUN_DEPENDS+= clamd:security/clamav
|
|
_PROFTPD_MODULE_DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${EXTRACT_SUFX}:clamav
|
|
_PROFTPD_MODULE_EXTRACT_ONLY= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${EXTRACT_SUFX}
|
|
_PROFTPD_MODULE_MASTER_SITES= https://codeload.github.com/jbenden/mod_clamav/legacy.tar.gz/v${DISTVERSION}?dummy=/:clamav
|
|
|
|
INCLUDEDIRS= ${LOCALBASE}/include
|
|
LIBDIRS= ${LOCALBASE}/lib
|
|
|
|
_BUILDING_PROFTPD_MODULE= ${PORTNAME}
|
|
|
|
post-extract:
|
|
@${CP} ${WRKDIR}/jbenden-mod_clamav-${GIT_REVISION}/mod_clamav.* ${WRKSRC}/contrib
|
|
|
|
.include "${MASTERDIR}/Makefile"
|