freebsd-ports/graphics/lib3ds/Makefile

25 lines
462 B
Makefile
Raw Normal View History

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= lib3ds
PORTVERSION= 1.3.0
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= 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
2002-04-24 16:00:29 +02:00
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool zip
USE_GL= glut
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>