2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
2007-02-16 11:44:27 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Lightbox
|
2009-01-19 23:18:25 +01:00
|
|
|
PORTVERSION= 2.1
|
2014-06-15 19:38:55 +02:00
|
|
|
PORTREVISION= 3
|
2007-02-16 11:44:27 +01:00
|
|
|
CATEGORIES= www python
|
2009-01-19 23:18:25 +01:00
|
|
|
MASTER_SITES= CHEESESHOP \
|
2007-02-16 11:44:27 +01:00
|
|
|
http://nivi.interfree.it/distfiles/${PORTNAME}/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
|
|
COMMENT= Lightbox photo display widget for TurboGears
|
|
|
|
|
2014-05-12 13:51:30 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2011-02-27 17:16:15 +01:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}TurboGears>=1.1.2:${PORTSDIR}/www/py-turbogears
|
2009-01-19 23:18:25 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scriptaculous>=1.8.1:${PORTSDIR}/www/py-scriptaculous
|
2007-02-16 11:44:27 +01:00
|
|
|
|
2014-03-10 19:01:09 +01:00
|
|
|
USES= zip
|
2014-06-15 19:38:55 +02:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2007-02-16 11:44:27 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|