1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/www/cutycapt/Makefile
Martin Wilke 9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00

33 lines
656 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
PORTREVISION= 1
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_QT4= 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>