summaryrefslogtreecommitdiff
path: root/graphics/cal3d/Makefile
blob: 36ec4688246fd8462a21e4f009e73b4b0df563d4 (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
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:	cal3d
# Date created:				12 Jul 2004
# Whom:					Stefan Walter <sw@gegenunendlich.de>
#
# $FreeBSD$
#

PORTNAME=	cal3d
PORTVERSION=	0.10.0
PORTREVISION=	1
CATEGORIES=	graphics devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTFILES=	${PORTNAME}-full-${PORTVERSION}${EXTRACT_SUFX}

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

CONFLICTS=	cal3d-devel-[0-9]*

USE_BZIP2=		yes
USE_REINPLACE=		yes
USE_GNOME=		pkgconfig
USE_AUTOTOOLS=	automake:19 autoheader:259 libtool:15:inc
AUTOMAKE_ARGS=		"--add-missing"
INSTALLS_SHLIB=		yes
CONFIGURE_ARGS+=	--disable-static

.include <bsd.port.pre.mk>

post-patch:
	@${REINPLACE_CMD} -e '/^all_libraries/d' ${WRKSRC}/src/cal3d/Makefile.am

pre-configure:
	cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
	cd ${WRKSRC} && ${AUTOHEADER}
	cd ${WRKSRC} && ${LIBTOOLIZE} --automake --force

.include <bsd.port.post.mk>