aboutsummaryrefslogblamecommitdiff
path: root/graphics/cal3d/Makefile
blob: 970af87725171405882af2c9d6361cdc1cddb197 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                            
                      


                                                   
                                                              




                                                                            
                                 
                          
                                       
                           
                          
                           
                                        


                          
              
                                                                
                                     
                                                        

                           
# New ports collection makefile for:	cal3d
# Date created:				12 Jul 2004
# Whom:					Stefan Walter <sw@gegenunendlich.de>
#
# $FreeBSD$
#

PORTNAME=	cal3d
PORTVERSION=	0.10.0
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++

USE_BZIP2=		yes
USE_GNOME=		pkgconfig
USE_AUTOMAKE_VER=	19
AUTOMAKE_ARGS=		"--add-missing"
USE_AUTOHEADER_VER=	259
USE_INC_LIBTOOL_VER=	15
INSTALLS_SHLIB=		yes
CONFIGURE_ARGS+=	--disable-static

.include <bsd.port.pre.mk>

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

.include <bsd.port.post.mk>