aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-qt/Makefile
blob: e1e1a4c90c749a31c3c5c48355226120243abf61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    PyQt
# Version required: 0.9
# Date created:     Sun Oct 17 00:24:28 PDT 1999
# Whom:         adsharma@sharmas.dhs.org
#
# $FreeBSD$

PORTNAME=   py-qt
PORTVERSION=    0.11.1
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.2:${PORTSDIR}/devel/sip

USE_QT=     yes
USE_LIBTOOL=    yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
CONFIGURE_ENV=  LDFLAGS=-lgcc
CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/X11/qt

.include <bsd.port.mk>