mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
e249ef8804
With hat: portmgr
32 lines
601 B
Makefile
32 lines
601 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= apiextractor
|
|
PORTVERSION= 0.10.10
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.pyside.org/files/
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= API Extractor library to build PySide
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BROKEN= Unfetchable
|
|
|
|
BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx
|
|
|
|
USE_GNOME= libxml2 libxslt
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
USE_QT4= gui moc_build qmake_build qtestlib_build \
|
|
rcc_build uic_build xml xmlpatterns
|
|
|
|
USE_BZIP2= yes
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|