1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/devel/sip/Makefile
Kirill Ponomarev 648c273e57 - Update to the current version 3.8 and change the email
address of the maintainer.

PR:		55911
Submitted by:	maintainer
2003-08-24 06:18:45 +00:00

37 lines
890 B
Makefile

# New ports collection makefile for: sip
# Date created: Sun Oct 17 00:24:28 PDT 1999
# Whom: adsharma@home.com
#
# $FreeBSD$
#
PORTNAME= sip
PORTVERSION= 3.8
CATEGORIES= devel python
MASTER_SITES= http://www.river-bank.demon.co.uk/download/sip/
DISTNAME= sip-x11-gpl-${PORTVERSION}
MAINTAINER= eugos@gmx.net
COMMENT= Python to C++ bindings generator
USE_PYTHON= yes
USE_QT_VER= 3
INSTALLS_SHLIB= yes
NO_FILTER_SHLIBS= yes
ALL_TARGET= all install
do-configure:
@${MKDIR} ${WRKDIR}/headers ${WRKDIR}/binaries ${WRKDIR}/modules
@( cd ${WRKSRC} && ${ECHO} "yes" | ${PYTHON_CMD} build.py \
-q ${X11BASE} -e ${WRKDIR}/headers \
-b ${WRKDIR}/binaries -d ${WRKDIR}/modules )
do-install:
${CP} -Rf ${WRKDIR}/modules/* ${PREFIX}/lib/
${MKDIR} ${PREFIX}/include/sip
${CP} ${WRKDIR}/headers/* ${PREFIX}/include/sip/
${CP} ${WRKDIR}/binaries/* ${PREFIX}/bin/
.include <bsd.port.mk>