freebsd-ports/graphics/kudu/Makefile
Dmitry Marakasov e696084d23 Update my email address in 132 ports.
Approved by:	miwi (mentor)
2008-06-19 17:28:24 +00:00

41 lines
857 B
Makefile

# ports collection makefile for: kudu
# Date created: 28 Mar 2006
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#
PORTNAME= kudu
PORTVERSION= 0.1.2
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= A 3D skeletal animation tool, powered by GTK+ and OpenGL
LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
USE_GL= gl
USE_PYTHON= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}" \
LIBS="${PTHREAD_LIBS} -lcompat"
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>