2007-12-13 11:01:29 +01:00
|
|
|
# New ports collection makefile for: www/khtml2png
|
|
|
|
# Date created: Nov 27 2007
|
|
|
|
# Whom: Rong-En Fan <rafan@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= khtml2png
|
2010-08-22 09:52:45 +02:00
|
|
|
DISTVERSION= 2.7.7
|
2007-12-13 11:01:29 +01:00
|
|
|
CATEGORIES= www
|
2009-08-22 02:38:34 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2/${PORTVERSION}
|
2007-12-13 11:01:29 +01:00
|
|
|
|
|
|
|
MAINTAINER= rafan@FreeBSD.org
|
|
|
|
COMMENT= Command line program to create screenshots of webpages
|
|
|
|
|
|
|
|
USE_KDELIBS_VER= 3
|
2008-05-28 00:12:09 +02:00
|
|
|
USE_CMAKE= yes
|
2007-12-13 11:01:29 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/khtml2png2
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2007-12-17 02:32:52 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,QT_QT_LIBRARY,QT_LIBRARIES,g' \
|
|
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
|
2007-12-13 11:01:29 +01:00
|
|
|
.include <bsd.port.post.mk>
|