freebsd-ports/graphics/imgseek/Makefile
Michael Nottebrock bc343a7df3 PyQt doesn't like python 2.4, restrict it and ports depending on it to
python 2.3 for the time being.
2004-12-08 15:31:32 +00:00

32 lines
733 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.3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= imgseek
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tuximus@tuximus.mine.nu
COMMENT= A photo manager and viewer with content-based search
BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt \
Magick++-config:${PORTSDIR}/graphics/ImageMagick
USE_CONFIGURE= no
USE_PYDISTUTILS= yes
USE_PYTHON= 2.3
USE_BZIP2= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= ${PYTHON_SITELIBDIR}/imgSeekLib
#do-build:
# (cd ${WRKSRC};${PYTHON_CMD} setup.py)
#do-install:
.include <bsd.port.mk>