aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/makehuman/Makefile
blob: 3fe69d7a171ae9c9486a53e95c444b7ef37f1232 (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
# New ports collection makefile for:    makehuman
# Date created:     06 Mar 2006
# Whom:         Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#

PORTNAME=   makehuman
DISTVERSION=    0.9.1-rc1a
CATEGORIES= graphics
MASTER_SITES=   SF

MAINTAINER= amdmi3@amdmi3.ru
COMMENT=    Application for parametrical modeling of 3D humanoid characters

LIB_DEPENDS=    animorph.0:${PORTSDIR}/graphics/animorph \
        mhgui.0:${PORTSDIR}/graphics/mhgui \
        glut.4:${PORTSDIR}/graphics/libglut

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GNOME=  pkgconfig
USE_GL=     yes

CONFIGURE_ENV=  LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
        CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"

.if !defined(NOPORTDOCS)
PORTDOCS=   *
.endif

post-patch:
    @${REINPLACE_CMD} -e 's,find . \(-name .*\) -exec cp --parents {} \(.*\) \\;,find -d . \1 | ${CPIO} -dumpl \2,g' \
        ${WRKSRC}/pixmaps/Makefile.in ${WRKSRC}/data/Makefile.in
    @${REINPLACE_CMD} -e '/getUserWorkDir/ s|"makehuman"|".makehuman"|g' ${WRKSRC}/src/util.cpp
    @${REINPLACE_CMD} -e '/^makehuman_pixmapsdir =/ s|pixmaps/makehuman|makehuman/pixmaps|' ${WRKSRC}/pixmaps/Makefile.in
    @${REINPLACE_CMD} -e '/^packagepixmapsdir=/ s|pixmaps/\$${PACKAGE}|$${PACKAGE}/pixmaps|' ${WRKSRC}/configure
    @${REINPLACE_CMD} -e '/^makehumandocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in
.if defined(NOPORTDOCS)
    @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-makehumandocDATA||' ${WRKSRC}/Makefile.in
.endif

.include <bsd.port.mk>