1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/x11-toolkits/SoXt/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

29 lines
680 B
Makefile

# Created by: roland.jesse@gmx.net
PORTNAME= SoXt
PORTVERSION= 1.3.0
PORTREVISION= 8
CATEGORIES= x11-toolkits
MASTER_SITES= https://bitbucket.org/Coin3D/coin/downloads/
MAINTAINER= bofh@FreeBSD.org
COMMENT= GUI binding for using Open Inventor with Xt/Motif
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.GPL
LIB_DEPENDS= libCoin.so:graphics/Coin
USES= gl libtool motif pathfix perl5 shebangfix xorg
USE_GL= gl
USE_PERL5= build
SHEBANG_FILES= cfg/doxy4win.pl
USE_XORG= xi
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${LOCALBASE}
# avoid renaming of soxt-config and soxt-config.1
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>