2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Stefan Walter <sw@gegenunendlich.de>
|
2004-11-04 19:29:56 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= curator
|
|
|
|
PORTVERSION= 2.1
|
2018-11-10 20:57:07 +01:00
|
|
|
PORTREVISION= 6
|
2004-11-04 19:29:56 +01:00
|
|
|
CATEGORIES= graphics www python
|
2009-09-02 17:01:56 +02:00
|
|
|
MASTER_SITES= SF
|
2004-11-04 19:29:56 +01:00
|
|
|
|
2008-05-05 16:12:53 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-11-04 19:29:56 +01:00
|
|
|
COMMENT= Static Image Gallery Generator for web or CD-ROM galleries
|
|
|
|
|
2014-10-21 18:36:12 +02:00
|
|
|
USES= python
|
2017-11-30 16:50:30 +01:00
|
|
|
USE_PYTHON= distutils autoplist concurrent optsuffix
|
2004-11-04 19:29:56 +01:00
|
|
|
|
2014-01-21 20:40:13 +01:00
|
|
|
PLIST_FILES= man/man1/curator.1.gz
|
2004-11-04 19:29:56 +01:00
|
|
|
|
2018-11-10 20:57:07 +01:00
|
|
|
RUN_DEPENDS= convert:graphics/ImageMagick6
|
2004-11-04 19:29:56 +01:00
|
|
|
|
|
|
|
post-install:
|
2014-01-21 20:40:13 +01:00
|
|
|
${INSTALL_MAN} ${FILESDIR}/curator.1 ${STAGEDIR}${PREFIX}/man/man1/curator.1
|
2004-11-04 19:29:56 +01:00
|
|
|
|
2012-06-12 23:42:32 +02:00
|
|
|
.include <bsd.port.mk>
|