723f037973
C++ 3D graphics library based on the Open Inventor 2.1 API PR: 37921 Submitted by: Roland Jesse <jesse@cs.uni-magdeburg.de>
32 lines
670 B
Makefile
32 lines
670 B
Makefile
# New ports collection makefile for: Coin
|
|
# Date created: 10 May 2002
|
|
# Whom: jesse@cs.uni-magdeburg.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Coin
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/
|
|
|
|
MAINTAINER= jesse@cs.uni-magdeburg.de
|
|
|
|
LIB_DEPENDS= simage.22:${PORTSDIR}/graphics/simage
|
|
|
|
USE_REINPLACE= yes
|
|
USE_MESA= yes
|
|
USE_XLIB= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
|
|
LDFLAGS="${PTHREAD_LIBS}"
|
|
CONFIGURE_ARGS= --program-transform-name="s/x/x/"
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MAN1= coin-config.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|DATA install-data-local|DATA|g' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|