freebsd-ports/www/cutycapt/Makefile

33 lines
660 B
Makefile
Raw Normal View History

# New ports collection makefile for: CutyCapt
# Date created: 2010-09-29
# Whom: Axel Gonzalez <loox@e-shell.net>
#
# $FreeBSD$
#
PORTNAME= cutycapt
PORTVERSION= 20100608
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_QT_VER= 4
QT_COMPONENTS= qmake_build moc_build imageformats webkit
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/CutyCapt
do-configure:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE}
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/CutyCapt ${PREFIX}/bin
.include <bsd.port.mk>