2006-03-15 08:04:39 +01:00
|
|
|
# New ports collection makefile for: RSIBreak
|
|
|
|
# Date created: 15 Mar 2006
|
|
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rsibreak
|
2006-12-03 11:17:27 +01:00
|
|
|
PORTVERSION= 0.8.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 7
|
2006-03-15 08:04:39 +01:00
|
|
|
CATEGORIES= x11 kde
|
2009-01-27 12:27:10 +01:00
|
|
|
MASTER_SITES= http://www.rsibreak.org/files/
|
2006-03-15 08:04:39 +01:00
|
|
|
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
|
|
COMMENT= A KDE RSI prevention tool
|
|
|
|
|
2010-01-25 09:55:00 +01:00
|
|
|
PORTSCOUT= limit:^0\.8\.
|
|
|
|
|
2006-03-15 08:04:39 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_KDELIBS_VER=3
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-03-15 08:04:39 +01:00
|
|
|
USE_GETTEXT= yes
|
2006-12-03 11:17:27 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2009-01-27 12:27:10 +01:00
|
|
|
USE_XORG= xscrnsaver
|
2006-03-15 08:04:39 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} 's/install-data-local: install-apidox/install-data-local:/' \
|
|
|
|
${WRKSRC}/rsibreak/Makefile.in ${WRKSRC}/rsibreak/src/Makefile.in
|
|
|
|
|
2006-03-21 18:48:46 +01:00
|
|
|
.include <bsd.port.mk>
|