blob: 7fd35432d7c0cda250ff21cc2cff77ca39544763 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
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>
|