aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/fotoxx/Makefile
blob: dc4adf54492370d44fcd18dfeb8e4d154396cb4f (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
28
29
30
31
32
33
34
35
36
37
# Created by: Rod Person <rodperson@rodperson.com>
# $FreeBSD$

PORTNAME=   fotoxx
PORTVERSION=    11.03
PORTREVISION=   2
CATEGORIES= graphics
MASTER_SITES=   http://kornelix.squarespace.com/downloads/ \
        http://www.rodperson.com/DL/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Application to organize and edit image collections

BROKEN=     Does not fetch, but see PR 177643

LIB_DEPENDS=    execinfo.1:${PORTSDIR}/devel/libexecinfo
RUN_DEPENDS=    xdg-open:${PORTSDIR}/devel/xdg-utils \
        ufraw-batch:${PORTSDIR}/graphics/ufraw \
        exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool

USE_GNOME=  gtk20
USE_GMAKE=  yes
MANCOMPRESSED=  yes
MAN1=       fotoxx.1

ALL_TARGET= fotoxx
INSTALL_TARGET= install manpage

LDFLAGS+=   -O3 -g -Wall -rdynamic -lexecinfo

NO_STAGE=   yes
post-patch:
        @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
            ${WRKSRC}/Makefile \
            ${WRKSRC}/dependencies.sh

.include <bsd.port.mk>