a12d70bd59
a symlink. - Use USE_QT4. - Update description. - Sort plist. - Bump PORTREVISION.
24 lines
500 B
Makefile
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>
|