1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

abby is a front-end for cclive video extraction utility.

WWW: http://code.google.com/p/abby

PR:		ports/132236
Submitted by:	Toni Gundogdu <legatvs at gmail.com>
This commit is contained in:
Martin Wilke 2009-03-14 22:49:42 +00:00
parent 393391dcee
commit f5a7fe0704
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230101
4 changed files with 41 additions and 0 deletions

View File

@ -3,6 +3,7 @@
COMMENT = Multimedia software
SUBDIR += abby
SUBDIR += acidrip
SUBDIR += atomicparsley
SUBDIR += audacious

34
multimedia/abby/Makefile Normal file
View File

@ -0,0 +1,34 @@
# Ports collection makefile for: abby
# Date created: March 1 2009
# Whom: Toni Gundogdu <legatvs@gmail.com>
#
# $FreeBSD$
#
PORTNAME= abby
PORTVERSION= 0.1.0
CATEGORIES= multimedia net
MASTER_SITES= GOOGLE_CODE
MAINTAINER= legatvs@gmail.com
COMMENT= Front-end for cclive
RUN_DEPENDS= cclive>=0.2.3:${PORTSDIR}/multimedia/cclive
USE_BZIP2= yes
USE_QT_VER= 4
QT_COMPONENTS= gui moc_build qmake_build rcc_build uic_build
HAS_CONFIGURE= yes
PLIST_FILES= bin/abby
do-configure:
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
${QMAKE} -unix PREFIX=${PREFIX} abby.pro
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/abby ${PREFIX}/bin/abby
.include <bsd.port.post.mk>

3
multimedia/abby/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (abby-0.1.0.tar.bz2) = e383ae374e7c25c4c8ffd22bc82618c2
SHA256 (abby-0.1.0.tar.bz2) = ad083e8136c7a1f21b9ccf1d2f1268875228777f5a4d823925276193042497d1
SIZE (abby-0.1.0.tar.bz2) = 28816

View File

@ -0,0 +1,3 @@
abby is a front-end for cclive video extraction utility.
WWW: http://code.google.com/p/abby