2006-03-19 00:40:42 +01:00
|
|
|
# New ports collection makefile for: makehuman
|
|
|
|
# Date created: 06 Mar 2006
|
2006-12-21 21:41:33 +01:00
|
|
|
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
2006-03-19 00:40:42 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= makehuman
|
2007-04-18 00:10:38 +02:00
|
|
|
DISTVERSION= 0.9
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2006-03-19 00:40:42 +01:00
|
|
|
CATEGORIES= graphics
|
2007-04-18 00:10:38 +02:00
|
|
|
MASTER_SITES= SF
|
2006-03-19 00:40:42 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2006-12-21 21:41:33 +01:00
|
|
|
MAINTAINER= amdmi3@amdmi3.ru
|
2006-03-19 00:40:42 +01:00
|
|
|
COMMENT= Application for parametrical modeling of 3D humanoid characters
|
|
|
|
|
2007-04-18 00:10:38 +02:00
|
|
|
LIB_DEPENDS= animorph.0:${PORTSDIR}/graphics/animorph \
|
|
|
|
mhgui.0:${PORTSDIR}/graphics/mhgui \
|
2006-03-19 00:40:42 +01:00
|
|
|
glut.4:${PORTSDIR}/graphics/libglut
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2007-04-18 00:10:38 +02:00
|
|
|
USE_GNOME= pkgconfig
|
2006-03-19 00:40:42 +01:00
|
|
|
USE_GL= yes
|
|
|
|
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
|
|
|
|
|
|
|
|
post-patch:
|
2007-04-18 01:31:57 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|makehuman/|.&|g' ${WRKSRC}/src/util.cpp
|
2007-04-18 00:10:38 +02:00
|
|
|
@${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
|
2006-03-19 00:40:42 +01:00
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-makehumandocDATA||' ${WRKSRC}/Makefile.in
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|