2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
2001-01-18 20:03:53 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lib3ds
|
2007-09-07 09:32:47 +02:00
|
|
|
PORTVERSION= 1.3.0
|
2014-10-05 21:57:41 +02:00
|
|
|
PORTREVISION= 5
|
2001-01-18 20:03:53 +01:00
|
|
|
CATEGORIES= graphics
|
2011-08-08 22:21:33 +02:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2001-01-18 20:03:53 +01:00
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-06-13 09:36:27 +02:00
|
|
|
COMMENT= Library for handling 3DS (3D Studio) files
|
2001-01-18 20:03:53 +01:00
|
|
|
|
2011-08-11 02:57:23 +02:00
|
|
|
LICENSE= LGPL21 # (or later)
|
2011-08-02 15:47:46 +02:00
|
|
|
|
2002-04-24 16:00:29 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-10-05 21:57:41 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USES= libtool zip
|
|
|
|
USE_GL= glut
|
2011-08-08 22:21:33 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-01-18 20:03:53 +01:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-10-05 21:57:41 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2011-08-08 22:21:33 +02:00
|
|
|
|
2001-01-18 20:03:53 +01:00
|
|
|
.include <bsd.port.mk>
|