2002-09-18 16:01:03 +02:00
|
|
|
# New ports collection makefile for: simage
|
|
|
|
# Date created: 10 May 2002
|
2003-05-09 13:31:57 +02:00
|
|
|
# Whom: roland.jesse@gmx.net
|
2002-09-18 16:01:03 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= simage
|
2004-12-23 11:17:01 +01:00
|
|
|
PORTVERSION= 1.6.1
|
2009-07-06 23:25:59 +02:00
|
|
|
PORTREVISION= 5
|
2002-09-18 16:01:03 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/
|
|
|
|
|
2004-10-25 15:39:57 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= Library with image format loaders and front-ends
|
2002-09-18 16:01:03 +02:00
|
|
|
|
2004-12-23 11:17:01 +01:00
|
|
|
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
|
2007-07-28 14:27:31 +02:00
|
|
|
vorbis.4:${PORTSDIR}/audio/libvorbis \
|
2009-07-18 13:11:29 +02:00
|
|
|
jpeg.10:${PORTSDIR}/graphics/jpeg \
|
2004-12-23 11:17:01 +01:00
|
|
|
ungif.5:${PORTSDIR}/graphics/libungif \
|
|
|
|
png.5:${PORTSDIR}/graphics/png
|
2002-09-18 16:01:03 +02:00
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2002-09-18 16:01:03 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2004-12-23 11:17:01 +01:00
|
|
|
CONFIGURE_ARGS= --with-mpeg2enc
|
2006-08-15 01:06:39 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-09-18 16:01:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|