2011-12-18 22:58:21 +01:00
|
|
|
# New ports collection makefile for: apiextractor
|
|
|
|
# Date created: 2011-03-21
|
|
|
|
# Whom: Nicola Vitale <nivit@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= apiextractor
|
2012-01-25 18:30:41 +01:00
|
|
|
PORTVERSION= 0.10.10
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2011-12-18 22:58:21 +01:00
|
|
|
CATEGORIES= devel
|
2012-01-25 18:30:41 +01:00
|
|
|
MASTER_SITES= http://www.pyside.org/files/
|
2011-12-18 22:58:21 +01:00
|
|
|
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
|
|
COMMENT= API Extractor library to build PySide
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx
|
|
|
|
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
|
|
|
|
xslt.2:${PORTSDIR}/textproc/libxslt
|
|
|
|
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
|
|
|
|
QT_COMPONENTS= gui moc_build qmake_build qtestlib_build \
|
|
|
|
rcc_build uic_build xml xmlpatterns
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_CMAKE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_QT_VER= 4
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|