freebsd-ports/graphics/fotofix/Makefile
Andrew Pantyukhin 29886f35f0 Add port graphics/fotofix:
FotoFix is a simple image viewer with simple capabilities to take care
of freshly downloaded photos from your camera - can walk image lists,
rotate images, and remove red eyes (if lucky). It was inspired by
IrfanView for Windows, a great but unfortunately non-portable and
closed-source product.

WWW: http://www.prima.eu.org/fotofix/
Author: Dmitry Karasik <dmitry@karasik.eu.org>
2007-08-07 10:16:22 +00:00

28 lines
629 B
Makefile

# New ports collection makefile for: fotofix
# Date created: 7 August 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fotofix
PORTVERSION= 0.01.1.37
CATEGORIES= graphics
MASTER_SITES= CENKES
#http://prima.eu.org/cgi-bin/cvsweb.cgi/apps/fotofix/fotofix
MAINTAINER= infofarmer@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
USE_PERL5_RUN= yes
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>