mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
99d6d12a38
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
29 lines
597 B
Makefile
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>
|