1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/x11-toolkits/soqt/Makefile
Tilman Keskinoz 586e52491f Add port soqt, Qt GUI component toolkit library for Coin.
It is compatible with SGI and TGS Open Inventor, and the API is
based on the API of the InventorXt GUI component toolkit.

PR:		49072
Submitted by:	Roland Jesse <roland.jesse@gmx.net>
2003-06-26 14:29:11 +00:00

30 lines
690 B
Makefile

# New ports collection makefile for: SoQt
# Date created: 10 March 2003
# Whom: roland.jesse@gmx.net
#
# $FreeBSD$
#
PORTNAME= SoQt
PORTVERSION= 1.0.2
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/
DIST_SUBDIR= KDE
MAINTAINER= roland.jesse@gmx.net
COMMENT= Qt toolkit library for Coin
LIB_DEPENDS= Coin.40:${PORTSDIR}/graphics/Coin
USE_QT_VER= 3
USE_LIBTOOL= yes
CONFIGURE_ENV+= QTDIR=${QT_PREFIX} CXXFLAGS="-pthread"
CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${X11BASE}
# avoid renaming of soqt-config and soqt-config.1
CONFIGURE_TARGET= --target=""
MAKE_ENV+= QTDIR=${QT_PREFIX}
INSTALLS_SHLIB= yes
MAN1= soqt-config.1
.include <bsd.port.mk>