mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
737c1cc56d
This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
22 lines
483 B
Makefile
22 lines
483 B
Makefile
# Created by: Markus Brueffer <markus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= polyester
|
|
PORTVERSION= 2.0.0
|
|
PORTREVISION= 11
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= http://www.notmart.org/files/
|
|
PKGNAMEPREFIX= kde4-style-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= KDE style and window decoration
|
|
|
|
LICENSE= LGPL20+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
|
|
|
USES= cmake gettext kde:4 tar:bzip2
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|