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
|
2011-07-02 09:37:38 +02:00
|
|
|
PORTVERSION= 1.7.0
|
2012-07-19 22:15:37 +02:00
|
|
|
PORTREVISION= 2
|
2002-09-18 16:01:03 +02:00
|
|
|
CATEGORIES= graphics
|
2011-03-18 20:58:49 +01:00
|
|
|
MASTER_SITES= http://ftp.coin3d.org/coin/src/all/
|
2002-09-18 16:01:03 +02:00
|
|
|
|
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 \
|
2011-07-02 09:37:38 +02:00
|
|
|
jasper.4:${PORTSDIR}/graphics/jasper \
|
2010-02-05 12:46:55 +01:00
|
|
|
jpeg.11:${PORTSDIR}/graphics/jpeg \
|
2012-02-18 12:12:45 +01:00
|
|
|
gif.5:${PORTSDIR}/graphics/giflib \
|
2012-06-01 07:26:28 +02:00
|
|
|
png15:${PORTSDIR}/graphics/png
|
2002-09-18 16:01:03 +02:00
|
|
|
|
2011-07-02 09:37:38 +02:00
|
|
|
USE_GNOME= gnomehack
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
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
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2011-07-02 09:37:38 +02:00
|
|
|
|
2002-09-18 16:01:03 +02:00
|
|
|
.include <bsd.port.mk>
|