summaryrefslogtreecommitdiffstats
path: root/graphics/iccexamin/Makefile
blob: 56c7745d7013e027d35913b11f4563374050858e (plain)
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
38
39
40
41
42
43
44
45
# $FreeBSD$

PORTNAME=	icc-examin
PORTVERSION=	0.56
CATEGORIES=	graphics

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

LICENSE=	GPLv2

LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
		libfontconfig.so:x11-fonts/fontconfig \
		libfreetype.so:print/freetype2 \
		libftgl.so:graphics/ftgl \
		liblcms2.so:graphics/lcms2 \
		libOyranos.so:graphics/oyranos \
		libpng.so:graphics/png \
		libtiff.so:graphics/tiff \
		libXcm.so:x11/libXcm 

USE_GITHUB=     yes
GH_ACCOUNT=     oyranos-cms

MAKE_JOBS_UNSAFE=	yes
USES=		desktop-file-utils gettext iconv jpeg pkgconfig
HAS_CONFIGURE=	yes
INSTALLS_ICONS=	yes
USE_GL=		gl glu
USE_XORG=	x11 xcursor xext xfixes xft xinerama xpm xrandr xxf86vm
CONFIGURE_ARGS+=--mandir=${PREFIX}/man --disable-openmp

post-patch:
	@${REINPLACE_CMD} 's:\\$$(iconv):${ICONV_LIB}:' \
		${WRKSRC}/configure ${WRKSRC}/fl_i18n/makefile.in
	@${REINPLACE_CMD} 's:-xdg:#-xdg:' ${WRKSRC}/makefile.in
	@${REINPLACE_CMD} 's:-mimpure-text::' ${WRKSRC}/configure

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/iccexamin
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps
	${INSTALL_DATA} ${WRKSRC}/iccexamin.png \
		${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/iccexamin.png

.include <bsd.port.mk>
OpenPOWER on IntegriCloud