summaryrefslogtreecommitdiffstats
path: root/security/regripperplugins/Makefile
blob: 9cfda8ceab0f4ed9c6465339d3b03b105b07cbea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$

PORTNAME=	regripperplugins
PORTVERSION=	20130429
CATEGORIES=	security
MASTER_SITES=	GOOGLE_CODE
PROJECTHOST=	regripper
DISTNAME=	plugins${PORTVERSION}
EXTRACT_SUFX=	.zip

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Supplemental plugins for Harlan Carvey's RegRipper

LICENSE=	GPLv3

RUN_DEPENDS=	regripper>=0:${PORTSDIR}/security/regripper

NO_WRKSUBDIR=	yes
USE_DOS2UNIX=	yes
NO_BUILD=	yes

PORTDATA=	*.pl all ntuser sam security software system usrclass

do-install:
	@${MKDIR} ${STAGEDIR}${DATADIR}
	${INSTALL_DATA} ${PORTDATA:S,^,${WRKSRC}/,} ${STAGEDIR}${DATADIR}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud