1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/graphics/imgseek/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

36 lines
837 B
Makefile

# New ports collection makefile for: imgseek
# Date created: 16 June 2003
# Whom: Ben Haga <tuxsuximus@hotmail.com>
#
# $FreeBSD$
#
PORTNAME= imgSeek
PORTVERSION= 0.8.6
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= SFE
MAINTAINER= alfredoj69@gmail.com
COMMENT= A photo manager and viewer with content-based search
BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt
RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
MagickWand.1:${PORTSDIR}/graphics/ImageMagick
USE_PYDISTUTILS=yes
USE_PYTHON= yes
USE_BZIP2= yes
USE_QT_VER= 3
MAKE_ENV+= QTDIR="${QT_PREFIX}"
PYDISTUTILS_NOEGGINFO= yes
post-patch:
${REINPLACE_CMD}\
-e '/^include_dirs =/s|\[\]|["${LOCALBASE}/include"]|'\
-e '/^library_dirs =/s|\[\]|["${LOCALBASE}/lib"]|'\
${WRKSRC}/setup.py
.include <bsd.port.mk>