bbc8c4d740
Approved by: portmgr (not really, but touches unstaged ports)
18 lines
378 B
Makefile
18 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>
|