2003-06-26 16:29:11 +02:00
|
|
|
# New ports collection makefile for: SoQt
|
|
|
|
# Date created: 10 March 2003
|
|
|
|
# Whom: roland.jesse@gmx.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= SoQt
|
2005-03-07 00:08:57 +01:00
|
|
|
PORTVERSION= 1.2.0
|
2005-10-22 10:18:02 +02:00
|
|
|
PORTREVISION= 1
|
2003-06-26 16:29:11 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
2005-03-07 00:08:57 +01:00
|
|
|
MASTER_SITES= http://ftp.coin3d.org/coin/src/ \
|
|
|
|
ftp://ftp.coin3d.org/pub/coin/src/
|
2003-06-26 16:29:11 +02:00
|
|
|
DIST_SUBDIR= KDE
|
|
|
|
|
2004-10-25 15:39:57 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-06-26 16:29:11 +02:00
|
|
|
COMMENT= Qt toolkit library for Coin
|
|
|
|
|
2005-10-22 10:18:02 +02:00
|
|
|
LIB_DEPENDS= Coin.44:${PORTSDIR}/graphics/Coin
|
2003-06-26 16:29:11 +02:00
|
|
|
|
|
|
|
USE_QT_VER= 3
|
2005-03-07 00:08:57 +01:00
|
|
|
USE_GMAKE= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2005-03-07 00:08:57 +01:00
|
|
|
CONFIGURE_ENV= QTDIR="${QT_PREFIX}"
|
|
|
|
CONFIGURE_ARGS= --with-pthread=yes --with-coin=${X11BASE}
|
2003-06-26 16:29:11 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2005-03-07 00:08:57 +01:00
|
|
|
|
2003-06-26 16:29:11 +02:00
|
|
|
MAN1= soqt-config.1
|
|
|
|
|
2005-03-07 00:08:57 +01:00
|
|
|
post-install:
|
|
|
|
@${TOUCH} ${PREFIX}/include/Inventor/Qt/engines/.keep_me
|
|
|
|
|
2003-06-26 16:29:11 +02:00
|
|
|
.include <bsd.port.mk>
|