freebsd-ports/x11-clocks/plasma-applet-adjustableclock/Makefile
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00

22 lines
535 B
Makefile

# $FreeBSD$
PORTNAME= adjustableclock
PORTVERSION= 4.1.4
PORTREVISION= 1
CATEGORIES= x11-clocks deskutils kde
MASTER_SITES= http://kde-look.org/CONTENT/content-files/
PKGNAMEPREFIX= plasma-applet-
DISTNAME= 92825-${PORTNAME}-${PORTVERSION}
MAINTAINER= jhale@FreeBSD.org
COMMENT= KDE4 highly configurable clock plasma applet
LICENSE= GPLv2
USES= cmake gettext tar:bzip2
USE_KDE4= automoc4 kdeprefix workspace
USE_QT4= qmake_build moc_build rcc_build uic_build
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>