babeae3b46
PR: ports/115741 Submitted by: Ying-Chieh Liao <ijliao at csie.nctu.edu.tw>
26 lines
540 B
Makefile
26 lines
540 B
Makefile
# New ports collection makefile for: lib3ds
|
|
# Date Created: 18 January 2001
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lib3ds
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A library for handling 3DS (3D Studio) files
|
|
|
|
LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
|
|
|
|
USE_ZIP= yes
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
|
LDFLAGS="-L${X11BASE}/lib"
|
|
|
|
MAN1= 3dsdump.1 lib3ds-config.1
|
|
|
|
.include <bsd.port.mk>
|