freebsd-ports/www/khtml2png/Makefile
Martin Wilke 18dd6954f3 - Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake

Approved by:	portmgr (pav)
2008-05-27 22:12:09 +00:00

28 lines
599 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
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>