forked from Lainports/freebsd-ports
- 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
26 lines
510 B
Makefile
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>
|