freebsd-ports/graphics/lib3ds/Makefile

30 lines
545 B
Makefile
Raw Normal View History

# New ports collection makefile for: lib3ds
# Date Created: 18 January 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= lib3ds
PORTVERSION= 1.3.0
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= A library for handling 3DS (3D Studio) files
2011-08-11 02:57:23 +02:00
LICENSE= LGPL21 # (or later)
2011-08-02 15:47:46 +02:00
USE_ZIP= yes
USE_GL= glut
2002-04-24 16:00:29 +02:00
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN1= 3dsdump.1 lib3ds-config.1
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>