mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
90e380e1cb
deskutils/kdepim4: - Remove no longer needed patch, the problem was fixed since Qt 4.8.4. The area51 repository features commits by rakuco and makc.
19 lines
460 B
Makefile
19 lines
460 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= parley
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Vocabulary trainer for KDE 4
|
|
|
|
USE_GNOME= libxml2 libxslt
|
|
USE_KDE4= kdehier kdelibs kdeprefix libkdeedu attica automoc4
|
|
USES= cmake:outsource tar:xz
|
|
USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build
|
|
USE_XORG= x11 xrender
|
|
|
|
.include <bsd.port.mk>
|