summaryrefslogtreecommitdiffstats
path: root/graphics/simage/Makefile
blob: f30406a667c135bb9f3b821c08d338b6bd90b460 (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
# Created by: roland.jesse@gmx.net
# $FreeBSD$

PORTNAME=	simage
PORTVERSION=	1.7.0
PORTREVISION=	5
CATEGORIES=	graphics
MASTER_SITES=	https://bitbucket.org/Coin3D/coin/downloads/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library with image format loaders and front-ends

LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile \
		libvorbis.so:${PORTSDIR}/audio/libvorbis \
		libjasper.so:${PORTSDIR}/graphics/jasper \
		libjpeg.so:${PORTSDIR}/graphics/jpeg \
		libgif.so:${PORTSDIR}/graphics/giflib \
		libpng.so:${PORTSDIR}/graphics/png

USES=		pathfix libtool
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-mpeg2enc
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

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