mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
32 lines
754 B
Makefile
32 lines
754 B
Makefile
# 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 \
|
|
ungif.5:${PORTSDIR}/graphics/libungif \
|
|
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>
|