pkgsrc/sysutils/wbm-ipfilter/Makefile
mef a65de8ffa7 (sysutils/webmin, sysutils/wbm-*) Updated 1.941 to 1.953
Version 1.953 (5th July 2020)
   Added optional automatically generated translations for all
              languages, and switched all encodings to UTF-8.
   Updated the Authentic theme to the latest version.
   Added support for Postfix SNI certificate maps.
   Added Chrony support in the System Time module.
   Added caching for LDAP and MySQL connections for Webmin users.
   Removed several noisy messages from the error log.
   Many many other small bugfixes and features.
2020-07-29 10:28:27 +00:00

20 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.7 2020/07/29 10:28:29 mef Exp $
WBM_NAME= ipfilter
WBM_DEPEND_MODULES+= net
SUBST_CLASSES+= os
SUBST_STAGE.os= pre-configure
SUBST_FILES.os= ipfilter/module.info
SUBST_MESSAGE.os= Add NetBSD for ipfilter, patch always fails at update
SUBST_SED.os= -e 's/os_support=solaris/os_support=netbsd solaris/'
COMMENT= Webmin module for IPFilter configuration
post-extract:
cp ${FILESDIR}/ipfilter_config-netbsd ${WRKSRC}/${WBM_NAME}/config-netbsd
.include "../../sysutils/webmin/wbm.mk"
.include "../../mk/bsd.pkg.mk"