2001-01-18 20:03:53 +01:00
|
|
|
# New ports collection makefile for: lib3ds
|
|
|
|
# Date Created: 18 January 2001
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= lib3ds
|
2007-09-07 09:32:47 +02:00
|
|
|
PORTVERSION= 1.3.0
|
2012-08-05 00:52:02 +02:00
|
|
|
PORTREVISION= 2
|
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
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A 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
|
|
|
|
2007-09-07 09:32:47 +02:00
|
|
|
USE_ZIP= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_GL= glut
|
2002-04-24 16:00:29 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-08-08 22:21:33 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-01-18 20:03:53 +01:00
|
|
|
|
2007-09-07 09:32:47 +02:00
|
|
|
MAN1= 3dsdump.1 lib3ds-config.1
|
2001-01-18 20:03:53 +01:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2011-08-08 22:21:33 +02:00
|
|
|
|
2001-01-18 20:03:53 +01:00
|
|
|
.include <bsd.port.mk>
|