mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
fc292011ac
This should ease the import of the new ports for Applications and Plasma Desktop. - add some more component handling - bump KDE_APPLICATIONS_VERSION (no direct consumers exist in the ports tree atm) - fix some space/tab errors Differential Revision: https://reviews.freebsd.org/D14814
16 lines
332 B
Makefile
16 lines
332 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kwordquiz
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 3
|
|
CATEGORIES= misc kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Flash card trainer for KDE 4
|
|
|
|
USES= cmake:outsource kde:4 tar:xz
|
|
USE_KDE= kdelibs libkeduvocdocument automoc4
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|