aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gsculpt/Makefile
blob: 125ef5b8bc87fc68b4cf5e1ddbfc007de3f7f807 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# New ports collection makefile for:    gSculpt
# Date created:         Oct 10, 2001
# Whom:             ijliao
#
# $Carpetsmoker: ports/graphics/gsculpt/Makefile,v 1.4 2007/08/02 13:13:45 carpetsmoker Exp $
# $FreeBSD$
#

PORTNAME=   gsculpt
PORTVERSION=    0.99.46.2
PORTREVISION=   2
CATEGORIES= graphics
MASTER_SITES=   SF
DISTNAME=   gSculpt-${PORTVERSION}-alpha-src

MAINTAINER= carpetsmoker@xs4all.nl
COMMENT=    An Opensource 3D modelling application

LIB_DEPENDS=    boost_python:${PORTSDIR}/devel/boost-python-libs
RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/gtkgl/__init__.py:${PORTSDIR}/x11-toolkits/py-gtkglext \
        ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl

WRKSRC=     ${WRKDIR}/gSculpt-${PORTVERSION}-alpha
USE_SCONS=  yes
SCONS_BUILDENV= ${SCONS_ENV}
USE_PYTHON= 2.4+
USE_XORG=   x11
USE_GL=     yes
USE_GNOME=  pygtk2
USE_LDCONFIG=   ${PREFIX}/lib/gSculpt
DATADIR=    ${PREFIX}/share/gSculpt

.include <bsd.port.pre.mk>

.if ${ARCH} == "sparc64"
BROKEN=     Does not compile
.endif

post-patch:
    @${REINPLACE_CMD} -e "s|gsculpt.py|${PYTHONPREFIX_SITELIBDIR}/gSculpt/gsculpt.py|" \
        ${WRKSRC}/gsculpt
    @${REINPLACE_CMD} -e "s|prefix = os.path.join( '/usr', 'local' )|prefix='${PREFIX}'|; \
        s|'bin', 'gSculpt'|'${PYTHONPREFIX_SITELIBDIR}'|;" \
        ${WRKSRC}/SConstruct-install
    @${REINPLACE_CMD} -e "s|-O2|-O1\|-O2|;" \
        ${WRKSRC}/SConstruct
.if ${ARCH} != "i386"
    @${REINPLACE_CMD} -e "s|, '-DGSCULPT_FPU_X86'||;" \
        ${WRKSRC}/SConstruct
.endif

do-install:
    @cd ${WRKSRC} && \
    ${SCONS_BIN} -f SConstruct-install ${PREFIX}

.include <bsd.port.post.mk>