mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
e8450e3182
- Fix build, unfetchable - Support stage - Take maintainership
30 lines
626 B
Makefile
30 lines
626 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= generatorrunner
|
|
PORTVERSION= 0.6.16
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tool to create binding generators for C++ and Qt libraries
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx
|
|
LIB_DEPENDS= libapiextractor.so:${PORTSDIR}/devel/apiextractor
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
USE_QT4= gui qmake_build qtestlib moc_build rcc_build uic_build xml
|
|
|
|
USES= cmake
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
GH_ACCOUNT= PySide
|
|
GH_PROJECT= Generatorrunner
|
|
GH_COMMIT= bf9ccba
|
|
|
|
.include <bsd.port.mk>
|