2013-09-02 00:50:06 +02:00
|
|
|
# Created by: Stefan Walter <sw@gegenunendlich.de>
|
2004-07-13 10:33:57 +02:00
|
|
|
|
|
|
|
PORTNAME= cal3d
|
2015-11-02 14:43:31 +01:00
|
|
|
PORTVERSION= 0.11.1 # see note below
|
2004-07-13 10:33:57 +02:00
|
|
|
CATEGORIES= graphics devel
|
2015-11-02 14:43:31 +01:00
|
|
|
MASTER_SITES= LOCAL/acm/cal3d
|
|
|
|
DISTNAME= cal3d-20060720
|
2006-08-23 17:57:48 +02:00
|
|
|
DIST_SUBDIR= ${PORTNAME}
|
2004-07-13 10:33:57 +02:00
|
|
|
|
2006-08-16 19:49:38 +02:00
|
|
|
MAINTAINER= acm@FreeBSD.org
|
2012-07-29 13:17:02 +02:00
|
|
|
COMMENT= Skeletal based 3D character animation library written in C++
|
2004-07-13 10:33:57 +02:00
|
|
|
|
2015-11-02 14:43:31 +01:00
|
|
|
# Cal3D ceased development in July 2006
|
|
|
|
# The last version was labelled 0.11R2 (despite version 0.11 being released)
|
|
|
|
# The last Cal3D development version was "20060720".
|
|
|
|
# This becomes the new "stable" version, and it's given a fake version
|
|
|
|
# number of 0.11.1 to indicate it comes after 0.11.0 rather than changing
|
|
|
|
# the version scheme completely.
|
2005-11-13 04:02:22 +01:00
|
|
|
|
2006-08-16 19:49:38 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2019-09-17 12:49:14 +02:00
|
|
|
USES= autoreconf compiler:c++11-lang libtool pathfix pkgconfig \
|
|
|
|
tar:bzip2
|
2006-08-16 19:49:38 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-12-15 13:39:48 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2004-07-13 10:33:57 +02:00
|
|
|
|
2006-01-02 23:11:58 +01:00
|
|
|
post-patch:
|
2006-08-16 19:49:38 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|<istream>|<iostream>|' \
|
|
|
|
${WRKSRC}/src/cal3d/buffersource.h \
|
|
|
|
${WRKSRC}/src/cal3d/loader.h \
|
|
|
|
${WRKSRC}/src/cal3d/streamsource.h
|
2015-11-02 14:43:31 +01:00
|
|
|
@${REINPLACE_CMD} -e '/^all_libraries/d' \
|
|
|
|
${WRKSRC}/src/cal3d/Makefile.am
|
2010-10-05 21:57:56 +02:00
|
|
|
|
2006-08-16 19:49:38 +02:00
|
|
|
.include <bsd.port.mk>
|