mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
19 lines
364 B
Makefile
19 lines
364 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= scripttools
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 2
|
|
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>
|