2013-07-10 09:00:44 +02:00
|
|
|
# Created by: roland.jesse@gmx.net
|
2003-08-03 09:26:08 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= SoXt
|
2012-03-02 13:29:55 +01:00
|
|
|
PORTVERSION= 1.3.0
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 6
|
2003-08-03 09:26:08 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
2014-08-06 23:44:53 +02:00
|
|
|
MASTER_SITES= https://bitbucket.org/Coin3D/coin/downloads/
|
2003-08-03 09:26:08 +02:00
|
|
|
|
2012-03-02 13:29:55 +01:00
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
2003-08-03 09:26:08 +02:00
|
|
|
COMMENT= GUI binding for using Open Inventor with Xt/Motif
|
|
|
|
|
2014-04-22 14:43:53 +02:00
|
|
|
LIB_DEPENDS= libCoin.so:${PORTSDIR}/graphics/Coin
|
2003-08-03 09:26:08 +02:00
|
|
|
|
2014-06-23 02:56:13 +02:00
|
|
|
USES= libtool motif pathfix perl5
|
2005-10-17 12:34:20 +02:00
|
|
|
USE_GL= yes
|
2013-09-12 17:23:58 +02:00
|
|
|
USE_PERL5= build
|
2009-01-29 21:13:40 +01:00
|
|
|
USE_XORG= xi
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
- 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
|
2006-08-15 03:13:42 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-04-22 14:43:53 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2003-08-03 09:26:08 +02:00
|
|
|
|
2009-01-29 21:13:40 +01:00
|
|
|
.include <bsd.port.mk>
|