1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/deskutils/plasma-applet-serverstatuswidget/Makefile
Thomas Zander b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00

26 lines
573 B
Makefile

# $FreeBSD$
PORTNAME= serverstatuswidget
PORTVERSION= 1.5.1
PORTREVISION= 7
CATEGORIES= deskutils kde
MASTER_SITES= http://kde-look.org/CONTENT/content-files/
PKGNAMEPREFIX= plasma-applet-
DISTNAME= 101336-${PORTNAME}-${PORTVERSION}
MAINTAINER= jhale@FreeBSD.org
COMMENT= KDE4 server monitoring plasma applet
LICENSE= GPLv2
USES= cmake gettext kde:4 tar:bzip2
USE_KDE= automoc4 workspace
USE_QT4= qmake_build moc_build rcc_build uic_build
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-patch:
${ECHO_CMD} >> ${WRKSRC}/src/serverstatus.h
.include <bsd.port.mk>