blob: 8044a593eda8eae464412027d83cb3aee3ef08ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: imgseek
# Date created: 16 June 2003
# Whom: Ben Haga <tuxsuximus@hotmail.com>
#
# $FreeBSD$
#
PORTNAME= imgSeek
PORTVERSION= 0.8.4
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= imgseek
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ports@FreeBSD.org
COMMENT= A photo manager and viewer with content-based search
BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt \
Magick++-config:${PORTSDIR}/graphics/ImageMagick
USE_PYDISTUTILS= yes
USE_PYTHON= yes
USE_BZIP2= yes
.include <bsd.port.mk>
|