2006-12-27 12:41:18 +00:00
|
|
|
# New ports collection makefile for: vinetto
|
|
|
|
# Date created: 2006-12-26
|
|
|
|
# Whom: Aleksander Fafula <alex@BSDGuru.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= vinetto
|
2007-09-10 11:17:30 +00:00
|
|
|
PORTVERSION= 0.07
|
2011-02-25 03:19:29 +00:00
|
|
|
PORTREVISION= 2
|
2006-12-27 12:41:18 +00:00
|
|
|
CATEGORIES= security
|
2009-08-22 00:35:32 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-beta-${PORTVERSION}
|
2007-09-10 11:17:30 +00:00
|
|
|
DISTNAME= ${PORTNAME}-beta-${PORTVERSION}
|
2006-12-27 12:41:18 +00:00
|
|
|
|
2008-09-03 02:26:24 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-12-27 12:41:18 +00:00
|
|
|
COMMENT= A forensics tool to examine Thumbs.db files
|
|
|
|
|
|
|
|
OPTIONS= IMAGING "Build with ability to extract graphic thumbnails" on
|
|
|
|
|
2011-02-25 03:19:29 +00:00
|
|
|
USE_PYTHON= 2.5+
|
2006-12-27 12:41:18 +00:00
|
|
|
USE_PYDISTUTILS=yes
|
2007-07-30 09:42:28 +00:00
|
|
|
PYDISTUTILS_PKGVERSION= 0.06alpha
|
2006-12-27 12:41:18 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_IMAGING)
|
|
|
|
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging
|
|
|
|
.endif
|
|
|
|
|
|
|
|
do-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.post.mk>
|