mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
26 lines
536 B
Makefile
26 lines
536 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= script
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt 4-compatible scripting module
|
|
|
|
BROKEN_powerpc64= Does not build
|
|
|
|
USE_QT5= core buildtools_build
|
|
QT_DIST= ${PORTNAME}
|
|
USES= qmake
|
|
# Keep make(1) from descending into src/script/obj/ (qmake:outsource
|
|
# doesn't work).
|
|
MAKE_ENV= MAKEOBJDIR=.
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/scripttools/ d' \
|
|
${WRKSRC}/src/src.pro
|
|
|
|
.include <bsd.port.mk>
|