1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/www/cutycapt/Makefile
Rene Ladan 99d6d12a38 Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
2018-12-02 15:41:47 +00:00

29 lines
597 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
DEPRECATED= Qt4 has been EOL since december 2015
EXPIRATION_DATE= 2019-03-15
WRKSRC= ${WRKDIR}/CutyCapt
USES= qmake qt:4
USE_QT= moc_build imageformats_run webkit
PLIST_FILES= bin/CutyCapt
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/CutyCapt ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>