1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/x11-toolkits/py-qt/Makefile
FUJISHIMA Satsuki 4006c97909 Tell configure script proper place where libqt installed in.
This patch prevent the script not to confuse libqthreads as libqt.
libqthreads is part of lang/guile, not QT.

PR:		23186
Submitted by:	Donald J . Maddox <dmaddox@sc.rr.com>
2001-01-29 14:21:00 +00:00

38 lines
916 B
Makefile

# New ports collection makefile for: PyQt
# Date created: Sun Oct 17 00:24:28 PDT 1999
# Whom: adsharma@sharmas.dhs.org
#
# $FreeBSD$
PORTNAME= py-qt
PORTVERSION= 2.2
CATEGORIES= x11-toolkits python
MASTER_SITES= http://www.river-bank.demon.co.uk/software/
DISTNAME= PyQt-${PORTVERSION}
MAINTAINER= adsharma@sharmas.dhs.org
LIB_DEPENDS= sip.4:${PORTSDIR}/devel/sip
USE_QT2= yes
USE_PYTHON= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
CONFIGURE_ENV= LDFLAGS=-lgcc \
SIP_MOC="${X11BASE}/bin/moc2"
CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2 \
--with-qt-libraries=${X11BASE}/lib
pre-patch:
@find ${WRKSRC} -name Makefile.in | \
xargs ${PERL} -pi -e 's|-lqt[^2]|-lqt2 |g'
post-configure:
@${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
${WRKSRC}/libtool
post-install:
${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PYTHON_SITELIBDIR}/eric
.include <bsd.port.mk>