Tweak graphics/kudu version 0.1.2_8
[dports.git] / graphics / kudu / Makefile
1 # ports collection makefile for:        kudu
2 # Date created:         28 Mar 2006
3 # Whom:                 Dmitry Marakasov <amdmi3@amdmi3.ru>
4 #
5 # $FreeBSD: ports/graphics/kudu/Makefile,v 1.22 2013/01/23 15:05:35 svnexp Exp $
6 #
7
8 PORTNAME=       kudu
9 PORTVERSION=    0.1.2
10 PORTREVISION=   8
11 CATEGORIES=     graphics
12 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
13
14 MAINTAINER=     amdmi3@FreeBSD.org
15 COMMENT=        3D skeletal animation tool, powered by GTK+ and OpenGL
16
17 LIB_DEPENDS=    gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
18
19 USE_GL=         gl
20 USE_PYTHON=     yes
21 USE_BZIP2=      yes
22 GNU_CONFIGURE=  yes
23 MAKE_JOBS_SAFE= yes
24
25 CPPFLAGS+=      -I${LOCALBASE}/include
26 LDFLAGS+=       -L${LOCALBASE}/lib
27 CFLAGS+=        ${PTHREAD_CFLAGS}
28 CONFIGURE_ENV=  LIBS="${PTHREAD_LIBS} -lcompat"
29
30 DESKTOP_ENTRIES="Kudu" \
31                 "Edit 3D models" \
32                 "${DATADIR}/images/logo.png" \
33                 "kudu" \
34                 "Graphics;3DGraphics;GTK;" \
35                 true
36
37 post-patch:
38         @${REINPLACE_CMD} -e 's|COPYING||' ${WRKSRC}/Makefile.in
39
40 .include <bsd.port.mk>