aboutsummaryrefslogtreecommitdiff
path: root/www/cutycapt/Makefile
blob: e0ea31cdda23e910e6c81aebfad614ed93bcae8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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>