head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2013.03.02.23.28.45;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.12.02.12.32.27;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.11.29.19.35.43;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313277
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Antoine Brodin <antoine@@FreeBSD.org>
# $FreeBSD: head/security/regripperplugins/Makefile 313277 2013-03-02 16:48:11Z miwi $

PORTNAME=	regripperplugins
DISTVERSION=	20130218
CATEGORIES=	security
MASTER_SITES=	GOOGLE_CODE
DISTNAME=	${PORTNAME}_${DISTVERSION}

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

LICENSE=	GPLv3

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

USE_ZIP=	yes
NO_WRKSUBDIR=	yes
USE_DOS2UNIX=	yes
NO_BUILD=	yes

do-install:
	@@${MKDIR} ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/* ${DATADIR}

.include <bsd.port.mk>
@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308102
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308102 | rm | 2012-12-02 12:24:40 +0000 (Sun, 02 Dec 2012) | 8 lines
## SVN ##
## SVN ## - fix wording of "RUN_DEPENDS"
## SVN ## - use INSTALL_DATA to not set execution bit for plugins
## SVN ## - remove trailing whitespace in pkg-descr, while here
## SVN ##
## SVN ## PR:		174047
## SVN ## Submitted by:	antoine (maintainer)
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 2
a2 2
# Created by: antoine@@FreeBSD.org
# $FreeBSD: head/security/regripperplugins/Makefile 308102 2012-12-02 12:24:40Z rm $
d5 1
a5 1
DISTVERSION=	20120926
@


1.1
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/307975
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307975 | pawel | 2012-11-29 19:31:26 +0000 (Thu, 29 Nov 2012) | 8 lines
## SVN ##
## SVN ## Supplemental plugins for Harlan Carvey's RegRipper.
## SVN ##
## SVN ## WWW: http://code.google.com/p/regripperplugins/
## SVN ##
## SVN ## PR:		ports/172900
## SVN ## Submitted by:	antoine@@FreeBSD.org
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/security/regripperplugins/Makefile 307975 2012-11-29 19:31:26Z pawel $
d15 1
a15 1
RUN_DEPEND=	regripper>=0:${PORTSDIR}/security/regripper
d24 1
a24 1
	${INSTALL_SCRIPT} ${WRKSRC}/* ${DATADIR}
@

