freebsd-ports/www/cutycapt/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

26 lines
513 B
Makefile

# 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>