mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
bbc8c4d740
Approved by: portmgr (not really, but touches unstaged ports)
19 lines
378 B
Makefile
19 lines
378 B
Makefile
# Created by: miwi
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= automoc4
|
|
PORTVERSION= 0.9.88
|
|
PORTREVISION= 3
|
|
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 iconv tar:bzip2
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|