1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/qt5-script/Makefile
Raphael Kubo da Costa f4e276261b Revert r365200 and r365210.
avilla@ said Qt4 is intentionally mentioned in devel/qt5-script and
x11-toolkits/qt5-declarative's COMMENTs.
2014-08-18 09:07:45 +00:00

25 lines
502 B
Makefile

# $FreeBSD$
PORTNAME= script
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt 4-compatible scripting module
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>