freebsd-ports/devel/automoc4/Makefile
Alberto Villa a12d70bd59 - Fix automoc4 detection when its .cmake file is referenced through
a symlink.
- Use USE_QT4.
- Update description.
- Sort plist.
- Bump PORTREVISION.
2012-05-28 10:32:02 +00:00

24 lines
500 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_ICONV= yes
USE_QT4= corelib moc qmake_build rcc_build uic_build
USE_BZIP2= yes
USE_CMAKE= yes
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>