aboutsummaryrefslogtreecommitdiff
path: root/www/khtml2png/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/khtml2png/Makefile')
-rw-r--r--www/khtml2png/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/www/khtml2png/Makefile b/www/khtml2png/Makefile
deleted file mode 100644
index 4fa223624cdf..000000000000
--- a/www/khtml2png/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.7
-PORTREVISION= 1
-CATEGORIES= www
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2/${PORTVERSION}
-
-MAINTAINER= rafan@FreeBSD.org
-COMMENT= Command line program to create screenshots of webpages
-
-USE_KDELIBS_VER= 3
-USES= cmake
-
-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>