2013-05-07 15:12:31 +02:00
|
|
|
# Created by: Remington Lang <MrL0Lz@gmail.com>
|
2005-05-17 20:34:19 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gcfilms
|
2009-10-28 03:31:32 +01:00
|
|
|
PORTVERSION= 6.4
|
2013-05-07 15:12:31 +02:00
|
|
|
PORTREVISION= 3
|
2005-05-17 20:34:19 +02:00
|
|
|
CATEGORIES= multimedia perl5
|
|
|
|
MASTER_SITES= http://download.gna.org/gcfilms/
|
|
|
|
|
2008-09-03 04:50:57 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-05-17 20:34:19 +02:00
|
|
|
COMMENT= Tool to manage movie collections
|
|
|
|
|
2012-06-28 20:37:23 +02:00
|
|
|
BUILD_DEPENDS= p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar \
|
|
|
|
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
|
|
|
|
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
|
|
|
|
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
|
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-05-17 20:34:19 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2013-05-07 15:12:31 +02:00
|
|
|
USES= shebangfix
|
2005-05-17 20:34:19 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
2013-05-07 15:12:31 +02:00
|
|
|
SHEBANG_FILES= bin/gcfilms install
|
|
|
|
|
2005-05-17 20:34:19 +02:00
|
|
|
do-install:
|
2014-07-15 16:24:34 +02:00
|
|
|
cd ${WRKSRC} ; ./install --prefix=${STAGEDIR}${PREFIX}
|
2005-05-17 20:34:19 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|