freebsd-ports/x11-toolkits/SoXt/Makefile
Maho Nakata 69e9639fd6 an open source implementation of the SGI InventorXt library, which
Xis a GUI binding for using Open Inventor with Xt/Motif.

PR:		51351
Submitted by:	Roland Jesse <roland.jesse@gmx.net>
2003-08-03 07:26:08 +00:00

29 lines
661 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= 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=""
INSTALLS_SHLIB= yes
MAN1= soxt-config.1
.include <bsd.port.mk>