freebsd-ports/graphics/kudu/Makefile
Edwin Groothuis 23ac2035b9 [MAINTAINER] update my email address in 76 ports + mirror some distfiles
I've got a brand new hosting, so change my email to the new
	one.  Also, now I can mirror some distfiles, so update
	MASTER_SITES for some ports.

PR:		ports/107038
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
2006-12-21 20:41:33 +00:00

45 lines
946 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
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= amdmi3@amdmi3.ru
COMMENT= A 3D skeletal animation tool, powered by GTK+ and OpenGL
LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
USE_GL= yes
USE_X_PREFIX= yes
USE_PYTHON= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GCC= 3.4+
USE_GETOPT_LONG= yes
CPPFLAGS+= -I${X11BASE}/include
LDFLAGS+= -L${X11BASE}/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>