blob: b5f144ff045dda6772f54c4b4f24ae1f77be8297 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
PORTNAME= kudu
PORTVERSION= 0.1.2
PORTREVISION= 11
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= 3D skeletal animation tool, powered by GTK+ and OpenGL
LICENSE= GPLv2
LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
USES= localbase tar:bzip2 pkgconfig python:2.7
GNU_CONFIGURE= yes
USE_GL= gl
LIBS+= -lcompat -lm
PLIST_FILES= bin/${PORTNAME}
PORTDATA= *
DESKTOP_ENTRIES="Kudu" \
"Edit 3D models" \
"${DATADIR}/images/logo.png" \
"kudu" \
"Graphics;3DGraphics;GTK;" \
true
post-patch:
@${REINPLACE_CMD} -e 's|COPYING||' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|