aboutsummaryrefslogtreecommitdiff
path: root/www/cutycapt/Makefile
blob: e8a090dbe3c3def52f17d0e3d81a46e0d8441387 (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
26
27
28
29
30
31
# 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

PLIST_FILES=	bin/CutyCapt

do-configure:
	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE}

post-install:
	${INSTALL_PROGRAM} ${WRKSRC}/CutyCapt ${PREFIX}/bin

.include <bsd.port.mk>