366a97ec37
See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far.
21 lines
482 B
Makefile
21 lines
482 B
Makefile
# Created by: Markus Brueffer <markus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= polyester
|
|
PORTVERSION= 2.0.0
|
|
PORTREVISION= 9
|
|
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>
|