freebsd-ports/devel/qt5-scripttools/Makefile
Tijl Coosemans a14d5f8d2d Remove libtool .la files from all Qt ports
Approvedy by:	kde (makc)
2014-07-19 11:09:00 +00:00

19 lines
364 B
Makefile

# $FreeBSD$
PORTNAME= scripttools
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt Script additional components
USE_QT5= core gui script widgets buildtools_build
QT_DIST= script
USES= qmake
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
WRKSRC_SUBDIR= src/${PORTNAME}
.include <bsd.port.mk>