mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
21 lines
545 B
Makefile
21 lines
545 B
Makefile
# Created by: Douglas Carmichael <dcarmich@dcarmichael.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kdevelop-pg-qt
|
|
DISTVERSION= 1.0.0
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE
|
|
PKGNAMESUFFIX= -kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Parser-generator from KDevplatform
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex
|
|
|
|
USES= bison cmake:outsource compiler:c++11-lib kde:4 qt:4 tar:bzip2
|
|
USE_KDE= automoc4 kdelibs
|
|
USE_QT= qmake_build moc_build uic_build rcc_build
|
|
|
|
.include <bsd.port.mk>
|