freebsd-ports/devel/automoc4/Makefile
Tobias C. Berner c5435fc230 devel/automoc4: Add upstream patches to silence warnings when using automoc4
PR: 212565
Submitted by: Adriaan de Groot <groot@kde.org>
Approved by: rakuco (mentor)
Obtained from: area51
2016-09-17 09:20:17 +00:00

17 lines
350 B
Makefile

# Created by: miwi
# $FreeBSD$
PORTNAME= automoc4
PORTVERSION= 0.9.88
PORTREVISION= 5
CATEGORIES= devel kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Automatic moc for Qt 4 packages
USE_QT4= corelib moc qmake_build rcc_build uic_build
USES= cmake tar:bzip2
.include <bsd.port.mk>