freebsd-ports/www/cutycapt/Makefile
Alex Kozlov d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00

32 lines
636 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
PLIST_FILES= bin/CutyCapt
do-configure:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE}
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/CutyCapt ${PREFIX}/bin
.include <bsd.port.mk>