1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/automoc4/Makefile
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00

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>