1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Fix fetch

- Switch to options helpers
This commit is contained in:
Dmitry Marakasov 2017-03-20 13:23:17 +00:00
parent 8c61775db3
commit 9dcd0f4f17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436542
2 changed files with 9 additions and 15 deletions

View File

@ -5,31 +5,25 @@ PORTNAME= abby
PORTVERSION= 0.4.8
PORTREVISION= 3
CATEGORIES= multimedia net
MASTER_SITES= GOOGLE_CODE
MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/abby/
MAINTAINER= ports@FreeBSD.org
COMMENT= Front-end for c/clive
BROKEN= Unfetchable (google code has gone away)
DEPRECATED= Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE= 2017-04-30
OPTIONS_DEFINE= CCLIVE
OPTIONS_DEFAULT= CCLIVE
CCLIVE_DESC= Use cclive backend (instead of clive)
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= qmake tar:bzip2
USE_QT4= gui network xml moc_build rcc_build uic_build
PLIST_FILES= bin/abby
.include <bsd.port.options.mk>
OPTIONS_DEFINE= CCLIVE
OPTIONS_DEFAULT= CCLIVE
CCLIVE_DESC= Use cclive backend (instead of clive)
.if ${PORT_OPTIONS:MCCLIVE}
RUN_DEPENDS+= cclive>=0.5.6:multimedia/cclive
.else
RUN_DEPENDS+= clive>=2.2.5:multimedia/clive
.endif
CCLIVE_RUN_DEPENDS= cclive>=0.5.6:multimedia/cclive
CCLIVE_RUN_DEPENDS_OFF= clive>=2.2.5:multimedia/clive
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/abby ${STAGEDIR}${PREFIX}/bin/abby

View File

@ -2,4 +2,4 @@ abby is a front-end for cclive and clive utilities that can
be used to download videos from Youtube and similar video
websites.
WWW: http://abby.googlecode.com/
WWW: https://code.google.com/archive/p/abby/