Update graphics/cimg to version 1.7.5,3
[dports.git] / graphics / simage / Makefile
1 # Created by: roland.jesse@gmx.net
2 # $FreeBSD$
3
4 PORTNAME=       simage
5 PORTVERSION=    1.7.0
6 PORTREVISION=   6
7 CATEGORIES=     graphics
8 MASTER_SITES=   https://bitbucket.org/Coin3D/coin/downloads/
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Library with image format loaders and front-ends
12
13 LICENSE=        MIT unknown
14 LICENSE_COMB=   dual
15 LICENSE_NAME_unknown=   mpeg2enc
16 LICENSE_TEXT_unknown=   ${FILESDIR}/LICENSE.mpeg2enc
17 LICENSE_PERMS_unknown=  no-dist-sell no-pkg-sell
18
19 LIB_DEPENDS=    libsndfile.so:audio/libsndfile \
20                 libvorbis.so:audio/libvorbis \
21                 libjasper.so:graphics/jasper \
22                 libgif.so:graphics/giflib \
23                 libpng.so:graphics/png
24
25 USES=           jpeg libtool pathfix
26 GNU_CONFIGURE=  yes
27 CONFIGURE_ARGS= --with-mpeg2enc
28 INSTALL_TARGET= install-strip
29 USE_LDCONFIG=   yes
30
31 CPPFLAGS+=      -I${LOCALBASE}/include
32 LDFLAGS+=       -L${LOCALBASE}/lib
33
34 .include <bsd.port.mk>