mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
35 lines
807 B
Makefile
35 lines
807 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= 1
|
|
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 \
|
|
Magick.10:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
USE_PYDISTUTILS=yes
|
|
USE_PYTHON= yes
|
|
USE_BZIP2= yes
|
|
USE_QT_VER= 3
|
|
MAKE_ENV+= QTDIR="${QT_PREFIX}"
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD}\
|
|
-e '/^include_dirs =/s|\[\]|["${LOCALBASE}/include"]|'\
|
|
-e '/^library_dirs =/s|\[\]|["${LOCALBASE}/lib"]|'\
|
|
${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|