[22254] trunk/dports/x11

source_changes at macosforge.org source_changes at macosforge.org
Fri Feb 23 23:44:43 PST 2007


Revision: 22254
          http://trac.macosforge.org/projects/macports/changeset/22254
Author:   markd at macports.org
Date:     2007-02-23 23:44:42 -0800 (Fri, 23 Feb 2007)

Log Message:
-----------
New port.

Added Paths:
-----------
    trunk/dports/x11/kchmviewer/
    trunk/dports/x11/kchmviewer/Portfile

Added: trunk/dports/x11/kchmviewer/Portfile
===================================================================
--- trunk/dports/x11/kchmviewer/Portfile	                        (rev 0)
+++ trunk/dports/x11/kchmviewer/Portfile	2007-02-24 07:44:42 UTC (rev 22254)
@@ -0,0 +1,37 @@
+# $Id:
+
+PortSystem	1.0
+
+name			kchmviewer
+version			2.7
+categories		x11
+maintainers		markd at macports.org
+platforms		darwin
+
+description		A CHM (Winhelp) files viewer written on Qt/KDE.
+long_description	A CHM (Winhelp) files viewer written on Qt/KDE. It \
+			can be build as a standalone Qt-based application, \
+			or a KDE application. The main point of kchmviewer \
+			is compatibility with non-English chm files, including \
+			most international charsets.
+
+homepage		http://www.kchmviewer.net/
+master_sites		sourceforge
+checksums		md5 f7bb9fb4b10f351f93d32a5ebca5e078
+
+depends_lib		port:qt3 port:chmlib
+
+configure.env		LDFLAGS=-L${prefix}/lib \
+			CFLAGS=-I${prefix}/include \
+			CPPFLAGS=-I${prefix}/include
+
+configure.args		--with-qt-dir=${prefix} \
+			--with-qt-includes=${prefix}/include/qt3 \
+			--with-extra-includes=${prefix}/include \
+			--with-extra-libs=${prefix}/lib
+
+variant kde {
+# This is untested
+	depends_lib-append	port:kdebase3
+	configure.args-append	--with-kde
+}


Property changes on: trunk/dports/x11/kchmviewer/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070223/9322ce33/attachment.html


More information about the macports-changes mailing list