Tweak graphics/fotofix version 0.01.1.79_2
[dports.git] / graphics / fotofix / Makefile
1 # Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
2 # $FreeBSD: graphics/fotofix/Makefile 326958 2013-09-11 09:54:08Z az $
3
4 PORTNAME=       fotofix
5 PORTVERSION=    0.01.1.79
6 PORTREVISION=   2
7 CATEGORIES=     graphics
8 MASTER_SITES=   http://mirror.mcx2.org/ \
9                 http://prima.eu.org/cgi-bin/cvsweb.cgi/apps/fotofix/fotofix/
10
11 MAINTAINER=     dhn@FreeBSD.org
12 COMMENT=        Simple image viewer
13
14 RUN_DEPENDS=    p5-Prima>=1.21:${PORTSDIR}/x11-toolkits/p5-Prima \
15                 IPA>=1.03:${PORTSDIR}/graphics/IPA
16
17 USE_BZIP2=      yes
18 USES=           perl5
19 USE_PERL5=      run
20 NO_BUILD=       yes
21 PLIST_FILES=    bin/${PORTNAME}
22
23 do-install:
24         @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
25
26 .include <bsd.port.mk>