diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-20 22:14:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-20 22:14:15 +0000 |
commit | d2d851bba81427db22a4b3ddfd418dd12a1491a9 (patch) | |
tree | 01a9ad3f0e4479f11152a6eaf52ce31ef8d3e59a /security/vinetto | |
parent | 0c9f90277048a029e728afe4b9b965eae7c3ef4a (diff) | |
download | ports-d2d851bba81427db22a4b3ddfd418dd12a1491a9.tar.gz ports-d2d851bba81427db22a4b3ddfd418dd12a1491a9.zip |
Notes
Diffstat (limited to 'security/vinetto')
-rw-r--r-- | security/vinetto/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/security/vinetto/Makefile b/security/vinetto/Makefile index 31bc236b24ec..f42183c2962c 100644 --- a/security/vinetto/Makefile +++ b/security/vinetto/Makefile @@ -15,15 +15,17 @@ DISTNAME= ${PORTNAME}-beta-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A forensics tool to examine Thumbs.db files -OPTIONS= IMAGING "Build with ability to extract graphic thumbnails" on +OPTIONS_DEFINE= IMAGING +OPTIONS_DEFAULT= IMAGING +IMAGING_DESC= Build with ability to extract graphic thumbnails USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes PYDISTUTILS_PKGVERSION= 0.06alpha -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.if !defined(WITHOUT_IMAGING) +.if ${PORT_OPTIONS:MIMAGING} RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging .endif @@ -32,4 +34,4 @@ do-patch: ${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> +.include <bsd.port.mk> |