123456789101112131415161718192021222324252627282930313233343536373839404142 |
- # $OpenBSD: Makefile,v 1.22 2017/04/10 11:46:21 sthen Exp $
- COMMENT= parametrical modeling of 3D humanoid characters
- DISTNAME= makehuman-0.9.1-rc1a
- PKGNAME= makehuman-0.9.1rc1
- CATEGORIES= graphics
- REVISION= 2
- HOMEPAGE= http://www.dedalo-3d.com/
- # GPLv2 / MIT
- PERMIT_PACKAGE_CDROM= Yes
- WANTLIB += GL GLU ICE SM X11 Xdamage Xext Xfixes Xi Xmu Xt Xxf86vm
- WANTLIB += animorph c drm glut m mhgui png ${LIBCXX} xcb z
- WANTLIB += X11-xcb Xrandr Xrender glapi pthread
- WANTLIB += usbhid xcb-dri2 xcb-glx expat
- MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=makehuman/}
- # gcp(1), see pre-configure
- BUILD_DEPENDS= sysutils/coreutils
- RUN_DEPENDS= graphics/aqsis
- LIB_DEPENDS= graphics/mhgui>=0.2
- CONFIGURE_STYLE=gnu
- CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
- pre-configure:
- sed -i 's,cp --parents,gcp --parents,g' \
- ${WRKSRC}/{data,pixmaps}/Makefile.in
- # remove useless files (ChangeLog, INSTALL...)
- post-install:
- rm -r ${PREFIX}/doc
- .include <bsd.port.mk>
|