1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11-toolkits/SoXt/Makefile
Muhammad Moinur Rahman 6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00

27 lines
645 B
Makefile

# Created by: roland.jesse@gmx.net
# $FreeBSD$
PORTNAME= SoXt
PORTVERSION= 1.3.0
PORTREVISION= 6
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
LIB_DEPENDS= libCoin.so:${PORTSDIR}/graphics/Coin
USES= libtool motif pathfix perl5 shebangfix
USE_GL= yes
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>