Cleanup, untested but the stuff is gone/unsupported.
This commit is contained in:
parent
9c3801b7e0
commit
76c144bed8
2 changed files with 18 additions and 7 deletions
|
@ -1,13 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.7 2012/09/24 16:56:36 asau Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.8 2014/06/22 19:53:41 thomasklausner Exp $
|
||||
|
||||
PKG_DESTDIR_SUPPORT= none
|
||||
|
||||
.include "../../wip/ap-evasive/Makefile.common"
|
||||
.include "../../wip/ap2-evasive/Makefile.common"
|
||||
|
||||
PKGNAME= ap2-evasive-1.10.1
|
||||
PKGREVISION= 3
|
||||
PKG_APACHE_ACCEPTED= apache2
|
||||
|
||||
APACHE_MODULE= yes
|
||||
APACHE_MODULE_NAME= ${DISTNAME:C|_[^_]*$||}20.so
|
||||
|
@ -28,5 +24,5 @@ do-build:
|
|||
do-install:
|
||||
cd ${WRKSRC} && ${APXS} -i -n ${APACHE_MODULE_NAME} ${APACHE_MODULE_LA}
|
||||
|
||||
.include "../../www/apache2/buildlink3.mk"
|
||||
.include "../../mk/apache.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
15
ap2-evasive/Makefile.common
Normal file
15
ap2-evasive/Makefile.common
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile.common,v 1.1 2014/06/22 19:53:42 thomasklausner Exp $
|
||||
#
|
||||
# used by wip/ap2-evasive/Makefile
|
||||
|
||||
DISTNAME= mod_evasive_1.10.1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.zdziarski.com/projects/mod_evasive/
|
||||
|
||||
MAINTAINER= ccatrian@eml.cc
|
||||
HOMEPAGE= http://www.zdziarski.com/projects/mod_evasive/
|
||||
COMMENT= Evasive maneuvers module for Apache
|
||||
|
||||
DIST_SUBDIR= ${PKGNAME_NOREV}
|
||||
|
||||
WRKSRC= ${WRKDIR}/mod_evasive
|
Loading…
Reference in a new issue