# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD: tags/RELEASE_10_1_0/graphics/lib3ds/Makefile 367888 2014-09-10 20:50:31Z gerald $

PORTNAME=	lib3ds
PORTVERSION=	1.3.0
PORTREVISION=	4
CATEGORIES=	graphics
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library for handling 3DS (3D Studio) files

LICENSE=	LGPL21 # (or later)

USES=		zip
USE_GL=		glut
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

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

.include <bsd.port.mk>
