summaryrefslogtreecommitdiff
path: root/graphics/cal3d/Makefile
blob: 74e9c65e7bb67cbc3d66b80e43684f48a8b4ba53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	cal3d
# Date created:				12 Jul 2004
# Whom:					Stefan Walter <sw@gegenunendlich.de>
#
# $FreeBSD$
#

PORTNAME=	cal3d
PORTVERSION=	0.9.1
CATEGORIES=	graphics devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	sw@gegenunendlich.de
COMMENT=	Skeletal based 3d character animation library written in C++

USE_BZIP2=		yes
USE_AUTOMAKE_VER=	18
USE_AUTOHEADER_VER=	259
USE_LIBTOOL_VER=	15
INSTALLS_SHLIB=		yes

.include <bsd.port.pre.mk>

pre-configure:
	cd ${WRKSRC} && ${ACLOCAL}
	cd ${WRKSRC} && ${AUTOHEADER}

.include <bsd.port.post.mk>