1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/cutycapt/Makefile

26 lines
513 B
Makefile
Raw Normal View History

# Created by: Axel Gonzalez <loox@e-shell.net>
# $FreeBSD$
PORTNAME= cutycapt
PORTVERSION= 20100608
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://bsd.e-shell.net/local/
MAINTAINER= loox@e-shell.net
COMMENT= Command-line utility to capture WebKit's rendering of a web page
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/CutyCapt
USES= qmake
USE_QT4= moc_build imageformats_run webkit
PLIST_FILES= bin/CutyCapt
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/CutyCapt ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>