freebsd-ports/graphics/curator/Makefile

24 lines
528 B
Makefile
Raw Normal View History

# Created by: Stefan Walter <sw@gegenunendlich.de>
# $FreeBSD$
PORTNAME= curator
PORTVERSION= 2.1
PORTREVISION= 6
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 concurrent optsuffix
2014-01-21 20:40:13 +01:00
PLIST_FILES= man/man1/curator.1.gz
RUN_DEPENDS= convert:graphics/ImageMagick6
post-install:
2014-01-21 20:40:13 +01:00
${INSTALL_MAN} ${FILESDIR}/curator.1 ${STAGEDIR}${PREFIX}/man/man1/curator.1
2012-06-12 23:42:32 +02:00
.include <bsd.port.mk>