summaryrefslogtreecommitdiff
path: root/graphics/iccexamin/Makefile
blob: 60347b555e6d335bcfc83ff68c273e33ecad80e9 (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
# $FreeBSD$

PORTNAME=	iccexamin
PORTVERSION=	0.54
CATEGORIES=	graphics
MASTER_SITES=	SF/oyranos/ICC%20Examin/ICC%20Examin%20${PORTVERSION}
DISTNAME=	icc_examin-${PORTVERSION}

MAINTAINER=	bsam@FreeBSD.org
COMMENT=	ICC profile viewer and colour visualisation

LICENSE=	GPLv2

BUILD_DEPENDS=	${LOCALBASE}/bin/xdg-desktop-menu:${PORTSDIR}/devel/xdg-utils
LIB_DEPENDS=	fltk:${PORTSDIR}/x11-toolkits/fltk \
		ftgl:${PORTSDIR}/graphics/ftgl \
		lcms:${PORTSDIR}/graphics/lcms \
		png15:${PORTSDIR}/graphics/png \
		tiff:${PORTSDIR}/graphics/tiff \
		jpeg:${PORTSDIR}/graphics/jpeg \
		oyranos:${PORTSDIR}/graphics/oyranos

MAKE_JOBS_UNSAFE=	yes
USES=		gettext iconv pkgconfig
USE_BZIP2=	yes
HAS_CONFIGURE=	yes
INSTALLS_ICONS=	yes
USE_XORG=	#
CONFIGURE_ARGS+=--mandir=${PREFIX}/man --prefix=${PREFIX}

MAN1=		iccexamin.1

NO_STAGE=	yes
.include <bsd.port.mk>