mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
35 lines
773 B
Makefile
35 lines
773 B
Makefile
# New ports collection makefile for: SoQt
|
|
# Date created: 10 March 2003
|
|
# Whom: roland.jesse@gmx.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= SoQt
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= http://ftp.coin3d.org/coin/src/ \
|
|
ftp://ftp.coin3d.org/pub/coin/src/
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Qt toolkit library for Coin
|
|
|
|
LIB_DEPENDS= Coin.44:${PORTSDIR}/graphics/Coin
|
|
|
|
USE_QT_VER= 3
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ENV= QTDIR="${QT_PREFIX}"
|
|
CONFIGURE_ARGS= --with-pthread=yes --with-coin=${X11BASE}
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MAN1= soqt-config.1
|
|
|
|
post-install:
|
|
@${TOUCH} ${PREFIX}/include/Inventor/Qt/engines/.keep_me
|
|
|
|
.include <bsd.port.mk>
|