2003-08-03 09:26:08 +02:00
|
|
|
# New ports collection makefile for: SoXt
|
|
|
|
# Date created: 24 April 2003
|
|
|
|
# Whom: roland.jesse@gmx.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= SoXt
|
2005-10-17 12:34:20 +02:00
|
|
|
PORTVERSION= 1.2.2
|
2007-12-28 20:44:04 +01:00
|
|
|
PORTREVISION= 3
|
2003-08-03 09:26:08 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/
|
|
|
|
|
2004-10-25 15:39:57 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-08-03 09:26:08 +02:00
|
|
|
COMMENT= GUI binding for using Open Inventor with Xt/Motif
|
|
|
|
|
2007-12-28 20:44:04 +01:00
|
|
|
LIB_DEPENDS= Coin.45:${PORTSDIR}/graphics/Coin
|
2003-08-03 09:26:08 +02:00
|
|
|
|
2005-10-17 12:34:20 +02:00
|
|
|
USE_GL= yes
|
2003-08-03 09:26:08 +02:00
|
|
|
USE_MOTIF= yes
|
2007-08-20 21:47:12 +02:00
|
|
|
USE_PERL5_BUILD= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-08-03 09:26:08 +02:00
|
|
|
CONFIGURE_ENV+= LIBS="${PTHREAD_LIBS}"
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${LOCALBASE}
|
2003-08-03 09:26:08 +02:00
|
|
|
# avoid renaming of soxt-config and soxt-config.1
|
|
|
|
CONFIGURE_TARGET= --target=""
|
2006-08-15 03:13:42 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-08-03 09:26:08 +02:00
|
|
|
MAN1= soxt-config.1
|
|
|
|
|
2007-03-17 19:25:58 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|