freebsd-ports/multimedia/clipgrab/Makefile
Martin Wilke 7b4ad546cd ClipGrab doesn\'t only allow you to download videos from sites like Youtube,
Dailymotion or Veoh but also gives you the ability to convert them at a single
blow into "usabl" formats like WMV, MPEG or MP3. So you\'ll be able to wat
h (or listen to) your favourite Youtube clips wherever you are.
ClipGrab currently supports these sites:

-YouTube
-Dailymotion
-Vimeo
-MyVideo
-MySpass

WWW:	http://clipgrab.de

PR:		ports/141203
Submitted by:	Gvozdikov Veniamin <g.veniamin at googlemail.com>
2009-12-13 00:26:31 +00:00

40 lines
943 B
Makefile

# New ports collection makefile for: clipgrab
# Date created: 2009-12-06
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
#
# $FreeBSD$
#
PORTNAME= clipgrab
PORTVERSION= 3.0.4.1
CATEGORIES= multimedia
MASTER_SITES= http://clipgrab.de/download/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= g.veniamin@googlemail.com
COMMENT= Program to download videos from YouTube and etc
USE_BZIP2= yes
USE_QT_VER= 4
QT_COMPONENTS= gui xml qmake_build uic_build moc_build \
rcc_build network
PLIST_FILES= bin/${PORTNAME} \
share/${PORTNAME}/icon.png \
share/${PORTNAME}/logo.png \
share/${PORTNAME}/splash.png
PLIST_DIRS= share/${PORTNAME}
post-patch:
${REINPLACE_CMD} -e 's,img/,share/${PORTNAME}/,g' \
${WRKSRC}/*.cpp
do-configure:
cd ${WRKSRC} && ${QMAKE}
do-install:
${MKDIR} ${DATADIR}
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/*.png ${DATADIR}
.include <bsd.port.mk>