freebsd-ports/graphics/curator/Makefile
Rene Ladan 34c508a26a graphics/curator: remove optional dependency on graphics/py-imaging
The script itself needs to be adjusted to use graphics/py-pillow
2016-05-16 18:48:43 +00:00

23 lines
506 B
Makefile

# Created by: Stefan Walter <sw@gegenunendlich.de>
# $FreeBSD$
PORTNAME= curator
PORTVERSION= 2.1
PORTREVISION= 5
CATEGORIES= graphics www python
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Static Image Gallery Generator for web or CD-ROM galleries
USES= python
USE_PYTHON= distutils autoplist
PLIST_FILES= man/man1/curator.1.gz
RUN_DEPENDS= convert:graphics/ImageMagick
post-install:
${INSTALL_MAN} ${FILESDIR}/curator.1 ${STAGEDIR}${PREFIX}/man/man1/curator.1
.include <bsd.port.mk>