freebsd-ports/multimedia/abby/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

35 lines
743 B
Makefile

# Created by: Toni Gundogdu <legatvs@gmail.com>
# $FreeBSD$
PORTNAME= abby
PORTVERSION= 0.4.8
PORTREVISION= 3
CATEGORIES= multimedia net
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= Front-end for c/clive
BROKEN= Unfetchable (google code has gone away)
OPTIONS_DEFINE= CCLIVE
OPTIONS_DEFAULT= CCLIVE
CCLIVE_DESC= Use cclive backend (instead of clive)
USES= qmake tar:bzip2
USE_QT4= gui network xml moc_build rcc_build uic_build
PLIST_FILES= bin/abby
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCCLIVE}
RUN_DEPENDS+= cclive>=0.5.6:multimedia/cclive
.else
RUN_DEPENDS+= clive>=2.2.5:multimedia/clive
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/abby ${STAGEDIR}${PREFIX}/bin/abby
.include <bsd.port.mk>