mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
22 lines
541 B
Makefile
22 lines
541 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rsibreak
|
|
DISTVERSION= 0.11
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11 kde
|
|
MASTER_SITES= LOCAL/crees/${PORTNAME} \
|
|
http://pkgs.fedoraproject.org/repo/pkgs/rsibreak/rsibreak-0.11.tar.bz2/d5dd540efd18900aa508eee381bcaafd/
|
|
|
|
MAINTAINER= avg@icyb.net.ua
|
|
COMMENT= KDE RSI prevention tool
|
|
|
|
LATEST_LINK= ${PORTNAME}-kde4
|
|
|
|
USES= cmake gettext tar:bzip2
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build
|
|
USE_KDE4= kdehier kdeprefix kdelibs automoc4
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|