2006-04-03 05:11:48 +02:00
|
|
|
# ports collection makefile for: kudu
|
|
|
|
# Date created: 28 Mar 2006
|
2006-12-21 21:41:33 +01:00
|
|
|
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
2006-04-03 05:11:48 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kudu
|
2006-09-26 08:29:40 +02:00
|
|
|
PORTVERSION= 0.1.2
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 6
|
2006-04-03 05:11:48 +02:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2006-04-03 05:11:48 +02:00
|
|
|
|
2008-06-19 19:28:24 +02:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2006-04-03 05:11:48 +02:00
|
|
|
COMMENT= A 3D skeletal animation tool, powered by GTK+ and OpenGL
|
|
|
|
|
2006-07-12 03:12:15 +02:00
|
|
|
LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
|
2006-04-03 05:11:48 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_GL= gl
|
2006-04-03 05:11:48 +02:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2010-03-06 19:58:10 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2006-04-03 05:11:48 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2006-04-03 05:11:48 +02:00
|
|
|
CFLAGS+= ${PTHREAD_CFLAGS}
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -lcompat"
|
2006-04-03 05:11:48 +02:00
|
|
|
|
|
|
|
DESKTOP_ENTRIES="Kudu" \
|
|
|
|
"Edit 3D models" \
|
|
|
|
"${DATADIR}/images/logo.png" \
|
|
|
|
"kudu" \
|
|
|
|
"Application;Graphics;" \
|
|
|
|
true
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|COPYING||' ${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|