freebsd-ports/www/khtml2png/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

29 lines
615 B
Makefile

# New ports collection makefile for: www/khtml2png
# Date created: Nov 27 2007
# Whom: Rong-En Fan <rafan@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= khtml2png
DISTVERSION= 2.7.5
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= rafan@FreeBSD.org
COMMENT= Command line program to create screenshots of webpages
USE_KDELIBS_VER= 3
USE_CMAKE= yes
PLIST_FILES= bin/khtml2png2
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's,QT_QT_LIBRARY,QT_LIBRARIES,g' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.post.mk>