summaryrefslogtreecommitdiff
path: root/multimedia/assimp/Makefile
blob: 36b831cc648eb237230fe06f7f45a910dbbf9dfd (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
# Created by: Yuri <yuri@tsoft.com>
# $FreeBSD$

PORTNAME=	assimp
PORTVERSION=	3.0
PORTREVISION=	1
CATEGORIES=	multimedia
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}-3.0
DISTNAME=	${PORTNAME}--${PORTVERSION}.1270-source-only

MAINTAINER=	yuri@tsoft.com
COMMENT=	Library to import various 3D model formats in a uniform manner

LICENSE=	BSD

LIB_DEPENDS=	boost_filesystem:${PORTSDIR}/devel/boost-libs

USE_ZIP=	yes
USES=		cmake pkgconfig
USE_GCC=	yes	# GCC 4.2 causes compiler warnings
USE_LDCONFIG=	yes

# CMAKE_ARGS instructs cmake to skip runtime path removal during install
CMAKE_ARGS+=	"-DCMAKE_SKIP_RPATH=ON"

post-patch:
	@${REINPLACE_CMD} 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
		${WRKSRC}/CMakeLists.txt

.include <bsd.port.mk>