freebsd-ports/devel/kdevelop-pg-qt/Makefile
Thomas Zander b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00

20 lines
519 B
Makefile

# Created by: Douglas Carmichael <dcarmich@dcarmichael.net>
# $FreeBSD$
PORTNAME= kdevelop-pg-qt
PORTVERSION= 1.0.0
PORTREVISION= 2
CATEGORIES= devel kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
DIST_SUBDIR= KDE
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 tar:bzip2
USE_KDE= automoc4 kdelibs
USE_QT4= qmake_build moc_build uic_build rcc_build
.include <bsd.port.mk>