mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
745199b54e
Approved by: portmgr (pav)
27 lines
543 B
Makefile
27 lines
543 B
Makefile
# New ports collection makefile for: automoc4
|
|
# Date created: today
|
|
# Whom: miwi
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= automoc4
|
|
PORTVERSION= 0.9.88
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Automatic moc for Qt 4 packages
|
|
|
|
USE_BZIP2= yes
|
|
USE_ICONV= yes
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= corelib qmake_build moc rcc_build uic_build
|
|
USE_CMAKE= yes
|
|
CMAKE_USE_PTHREAD= yes
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|