1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/py-sip/Makefile
Pav Lucistnik 326b68d1f5 - Update to 4.0.r2
PR:		ports/61688
Submitted by:	Eugene Ossintsev <eugos@gmx.net> (maintainer)
2004-01-21 22:08:39 +00:00

27 lines
679 B
Makefile

# New ports collection makefile for: py-sip
# Date created: Tue Oct 8 09:51:22 SAST 2002
# Whom: nbm
#
# $FreeBSD$
PORTNAME= sip
PORTVERSION= 4.0.r2
CATEGORIES= devel python
MASTER_SITES= http://www.river-bank.demon.co.uk/download/sip/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
MAINTAINER= eugos@gmx.net
COMMENT= Python to C and C++ bindings generator
USE_PYTHON= yes
USE_QT_VER= 3
do-configure:
@(cd ${WRKSRC} && ${SETENV} QTDIR=${X11BASE} \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \
${PYTHON_CMD} configure.py -b ${PREFIX}/bin \
-d ${PYTHONPREFIX_SITELIBDIR} -v ${PREFIX}/share/sip)
.include <bsd.port.mk>