aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/fotofix/Makefile
blob: b36b792779eea32e422ae5bf43b569315c46c81a (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
27
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$

PORTNAME=   fotofix
PORTVERSION=    0.01.1.79
PORTREVISION=   2
CATEGORIES= graphics
MASTER_SITES=   http://mirror.mcx2.org/ \
        http://prima.eu.org/cgi-bin/cvsweb.cgi/apps/fotofix/fotofix/

MAINTAINER= dhn@FreeBSD.org
COMMENT=    Simple image viewer

RUN_DEPENDS=    p5-Prima>=1.21:${PORTSDIR}/x11-toolkits/p5-Prima \
        IPA>=1.03:${PORTSDIR}/graphics/IPA

USE_BZIP2=  yes
USES=       perl5
USE_PERL5=  run
NO_BUILD=   yes
PLIST_FILES=    bin/${PORTNAME}

NO_STAGE=   yes
do-install:
    @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/

.include <bsd.port.mk>