aboutsummaryrefslogtreecommitdiff
path: root/graphics/simage/Makefile
blob: 8307ea4c11e5eddb2963637746ec3561e6f7f407 (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
# New ports collection makefile for:	simage
# Date created:				10 May 2002
# Whom:					roland.jesse@gmx.net
#
# $FreeBSD$
#

PORTNAME=	simage
PORTVERSION=	1.7.0
CATEGORIES=	graphics
MASTER_SITES=	http://ftp.coin3d.org/coin/src/all/

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

LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile \
		vorbis.4:${PORTSDIR}/audio/libvorbis \
		jasper.4:${PORTSDIR}/graphics/jasper \
		jpeg.11:${PORTSDIR}/graphics/jpeg \
		gif.5:${PORTSDIR}/graphics/giflib \
		png.6:${PORTSDIR}/graphics/png

USE_GNOME=	gnomehack
USE_AUTOTOOLS=	libtool
CONFIGURE_ARGS=	--with-mpeg2enc
USE_LDCONFIG=	yes

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

.include <bsd.port.mk>