mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
29 lines
789 B
Makefile
29 lines
789 B
Makefile
# Created by: Aleksander Fafula <alex@BSDGuru.org>
|
|
|
|
PORTNAME= vinetto
|
|
PORTVERSION= 0.07
|
|
PORTREVISION= 6
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-beta-${PORTVERSION}
|
|
DISTNAME= ${PORTNAME}-beta-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Forensics tool to examine Thumbs.db files
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${PY_PILLOW}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils concurrent optsuffix
|
|
PYDISTUTILS_PKGVERSION= 0.06alpha
|
|
NO_ARCH= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/setup.py
|
|
@${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/vinreport.py
|
|
@${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/vinetto
|
|
|
|
.include <bsd.port.mk>
|