2008-04-11 16:37:55 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2008/04/11 20:37:55 ajacoutot Exp $
|
2008-04-11 07:06:26 -04:00
|
|
|
|
2008-04-11 16:37:55 -04:00
|
|
|
COMMENT= ILM base libraries
|
|
|
|
|
|
|
|
DISTNAME= ilmbase-1.0.1
|
|
|
|
PKGNAME= ${DISTNAME}p2
|
|
|
|
CATEGORIES= graphics
|
2008-04-11 07:06:26 -04:00
|
|
|
|
2008-04-11 07:47:00 -04:00
|
|
|
SHARED_LIBS += Half 4.0 # .6.0
|
|
|
|
SHARED_LIBS += Iex 4.0 # .6.0
|
|
|
|
SHARED_LIBS += Imath 4.0 # .6.0
|
|
|
|
SHARED_LIBS += IlmThread 4.0 # .6.0
|
2008-04-11 07:06:26 -04:00
|
|
|
|
2008-04-11 16:37:55 -04:00
|
|
|
HOMEPAGE= http://www.openexr.com/
|
2008-04-11 07:06:26 -04:00
|
|
|
|
2008-04-11 07:15:48 -04:00
|
|
|
# Modified BSD license
|
2008-04-11 07:06:26 -04:00
|
|
|
# `name of ILM not to be used for advertizing without written agreement'
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2008-04-11 16:37:55 -04:00
|
|
|
MASTER_SITES= http://download.savannah.nongnu.org/releases/openexr/
|
|
|
|
|
|
|
|
WANTLIB= m stdc++
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV= LIBS="-lstdc++ -lm"
|
2008-04-11 07:06:26 -04:00
|
|
|
|
2008-04-11 16:37:55 -04:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
USE_LIBTOOL= Yes
|
2008-04-11 07:06:26 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|