2005-05-08 10:02:12 +02:00
|
|
|
# New ports collection makefile for: PyTVGrab
|
|
|
|
# Date created: Sun May 8 07:22:39 UTC 2005
|
|
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= TVGrab
|
|
|
|
PORTVERSION= 0.5.1
|
2008-06-27 10:55:38 +02:00
|
|
|
PORTREVISION= 3
|
2005-05-08 23:05:23 +02:00
|
|
|
CATEGORIES= textproc python
|
2009-09-02 17:01:56 +02:00
|
|
|
MASTER_SITES= SF/py${PORTNAME:L}/lib/${PORTVERSION}
|
2005-05-08 10:02:12 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2009-09-02 17:01:56 +02:00
|
|
|
DISTNAME= pytvgrab-lib-${PORTVERSION}
|
2005-05-08 10:02:12 +02:00
|
|
|
|
2008-06-15 21:06:36 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-05-08 10:02:12 +02:00
|
|
|
COMMENT= A xmltv python library to write grabbers of tv scheduling collections
|
|
|
|
|
2008-04-11 10:27:14 +02:00
|
|
|
EXTRACT_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil:extract
|
2005-05-08 10:02:12 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= pytvgrab_lib
|
2005-05-08 10:02:12 +02:00
|
|
|
|
2005-05-08 23:19:03 +02:00
|
|
|
PORTDOCS= README
|
|
|
|
|
2005-05-08 10:02:12 +02:00
|
|
|
post-extract:
|
2005-08-05 14:23:32 +02:00
|
|
|
@${CP} ${FILESDIR}/timezone.py ${WRKSRC}/lib/timezone.py
|
2005-05-08 10:02:12 +02:00
|
|
|
|
2005-05-08 23:19:03 +02:00
|
|
|
post-install:
|
2008-06-27 10:55:38 +02:00
|
|
|
.ifndef(NOPORTDOCS)
|
2005-05-08 23:19:03 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
2008-06-27 10:55:38 +02:00
|
|
|
.endif
|
2005-05-08 23:19:03 +02:00
|
|
|
|
2005-08-05 14:23:32 +02:00
|
|
|
.include <bsd.port.mk>
|