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
29 lines
680 B
Makefile
29 lines
680 B
Makefile
# Created by: Daniel Nebdal <dnebdal@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bangarang
|
|
PORTVERSION= 2.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= multimedia kde
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= dnebdal@gmail.com
|
|
COMMENT= Media player for KDE 4
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
DEPRECATED= Unfetchable for more than six months (google code has gone away)
|
|
EXPIRATION_DATE= 2017-04-30
|
|
|
|
LIB_DEPENDS= libtag.so:audio/taglib
|
|
|
|
PROJECTHOST= bangarangissuetracking
|
|
USES= cmake:outsource gettext kde:4
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build \
|
|
corelib gui phonon
|
|
USE_KDE= automoc4 kdelibs
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|