ajacoutot 52549db985 - remove useless doc directory and its content
- pthread is not needed
- bump PKGNAME

asked by and ok steven@
2006-11-23 08:52:45 +00:00

46 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.2 2006/11/23 08:54:02 ajacoutot Exp $
COMMENT= "parametrical modeling of three-dimensional humanoid characters"
DISTNAME= makehuman-0.9
PKGNAME= ${DISTNAME}p0
CATEGORIES= graphics
HOMEPAGE= http://www.dedalo-3d.com/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2 / MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=makehuman/}
WANTLIB= GL GLU ICE SM X11 Xi Xmu c m stdc++ z
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
RUN_DEPENDS= ::graphics/aqsis
LIB_DEPENDS= animorph::graphics/animorph \
glut.>=3::graphics/glut \
mhgui::graphics/mhgui \
png.>=5::graphics/png
USE_X11= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
pre-configure:
perl -pi -e 's,packagedocdir=doc,packagedocdir=share/doc,g' \
${WRKSRC}/configure
perl -pi -e 's,doc/makehuman,share/doc/makehuman,g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>