freebsd-ports/devel/automoc4/Makefile
Raphael Kubo da Costa 6fd8cb7810 Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.

Approved by:	avilla (mentor), portmgr (miwi)
Feature safe:	yes
2011-11-14 03:26:46 +00:00

25 lines
520 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
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>