freebsd-ports/security/regripperplugins/Makefile
Ruslan Makhmatkhanov 4bbecee287 - fix wording of "RUN_DEPENDS"
- use INSTALL_DATA to not set execution bit for plugins
- remove trailing whitespace in pkg-descr, while here

PR:		174047
Submitted by:	antoine (maintainer)
Feature safe:	yes
2012-12-02 12:24:40 +00:00

26 lines
510 B
Makefile

# Created by: antoine@FreeBSD.org
# $FreeBSD$
PORTNAME= regripperplugins
DISTVERSION= 20120926
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>