bebf3178ae
EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight
24 lines
589 B
Makefile
24 lines
589 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= apcups
|
|
PORTVERSION= 0.2.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= plasma-applet-
|
|
DISTNAME= plasma-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Plasma applet to monitor the status of APC UPS
|
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
DEPRECATED= Unfetchable for more than six months (google code has gone away)
|
|
EXPIRATION_DATE= 2017-04-30
|
|
|
|
PROJECTHOST= plasma-apcups
|
|
|
|
USES= cmake gettext kde:4
|
|
USE_KDE= automoc4 kdelibs
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|