99d6d12a38
While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741
31 lines
635 B
Makefile
31 lines
635 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= apiextractor
|
|
PORTVERSION= 0.10.10
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= API Extractor library to build PySide
|
|
|
|
LICENSE= GPLv2
|
|
|
|
DEPRECATED= Qt4 has been EOL since december 2015
|
|
EXPIRATION_DATE= 2019-03-15
|
|
|
|
BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= PySide
|
|
GH_PROJECT= Apiextractor
|
|
|
|
USES= cmake qt:4
|
|
USE_GNOME= libxml2 libxslt
|
|
USE_QT= gui moc_build qmake_build qtestlib_build \
|
|
rcc_build uic_build xml xmlpatterns
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|