3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
29 lines
663 B
Makefile
29 lines
663 B
Makefile
# New ports collection makefile for: SoXt
|
|
# Date created: 24 April 2003
|
|
# Whom: roland.jesse@gmx.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= SoXt
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/
|
|
|
|
MAINTAINER= roland.jesse@gmx.net
|
|
COMMENT= GUI binding for using Open Inventor with Xt/Motif
|
|
|
|
LIB_DEPENDS= Coin:${PORTSDIR}/graphics/Coin
|
|
|
|
USE_MESA= yes
|
|
USE_MOTIF= yes
|
|
USE_LIBTOOL_VER=13
|
|
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=""
|
|
INSTALLS_SHLIB= yes
|
|
MAN1= soxt-config.1
|
|
|
|
.include <bsd.port.mk>
|