freebsd-ports/devel/automoc4/Makefile
Marcus von Appen 821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00

23 lines
489 B
Makefile

# New ports collection makefile for: automoc4
# Date created: today
# Whom: miwi
#
# $FreeBSD$
PORTNAME= automoc4
PORTVERSION= 0.9.88
PORTREVISION= 3
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_QT4= corelib moc qmake_build rcc_build uic_build
USE_BZIP2= yes
USES= cmake iconv
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>