aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/SoXt/Makefile
blob: 7fb73fc8f0f2d8ba024a5e552c6db05d6a8de0f5 (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
32
33
34
35
# New ports collection makefile for:	SoXt
# Date created:				24 April 2003
# Whom:					roland.jesse@gmx.net
#
# $FreeBSD$
#

PORTNAME=	SoXt
PORTVERSION=	1.2.2
PORTREVISION=	3
CATEGORIES=	x11-toolkits
MASTER_SITES=	ftp://ftp.coin3d.org/pub/coin/src/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GUI binding for using Open Inventor with Xt/Motif

LIB_DEPENDS=	Coin.45:${PORTSDIR}/graphics/Coin

USE_GL=		yes
USE_MOTIF=	yes
USE_PERL5_BUILD=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV+=	LIBS="${PTHREAD_LIBS}"
CONFIGURE_ARGS+=	--with-pthread=yes --with-coin=${X11BASE}
# avoid renaming of soxt-config and soxt-config.1
CONFIGURE_TARGET=	--target=""
USE_LDCONFIG=	yes
MAN1=		soxt-config.1

.include <bsd.port.pre.mk>

post-patch:
	${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure

.include <bsd.port.post.mk>