1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/cutycapt/Makefile
Max Brazhnikov b5b282ff96 - Convert to USES=qmake
- Add stage support
- Adjust USE_QT4 components

Approved by:	portmgr (blanket approval)
2013-11-26 01:46:40 +00:00

26 lines
513 B
Makefile

# Created by: 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= 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>