freebsd-ports/www/cutycapt/Makefile
Nicola Vitale 9e6cc07ae9 CutyCapt is a small cross-platform command-line utility to capture
WebKit's rendering of a web page into a variety of vector and bitmap
formats, including SVG, PDF, PS, PNG, JPEG, TIFF, GIF, and BMP.

WWW:	http://cutycapt.sourceforge.net

PR:		ports/155767
Submitted by:	Axel Gonzalez <loox at e-shell.net>
2011-04-27 08:56:07 +00:00

33 lines
660 B
Makefile

# New ports collection makefile for: CutyCapt
# Date created: 2010-09-29
# Whom: Axel Gonzalez <loox@e-shell.net>
#
# $FreeBSD$
#
PORTNAME= cutycapt
PORTVERSION= 20100608
CATEGORIES= www
MASTER_SITES= http://bsd.e-shell.net/local/
MAINTAINER= loox@e-shell.net
COMMENT= A command-line utility to capture WebKit's rendering of a web page
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/CutyCapt
USE_QT_VER= 4
QT_COMPONENTS= qmake_build moc_build imageformats webkit
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/CutyCapt
do-configure:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE}
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/CutyCapt ${PREFIX}/bin
.include <bsd.port.mk>