[21111] trunk/dports/print

source_changes at macosforge.org source_changes at macosforge.org
Tue Jan 2 23:09:16 PST 2007


Revision: 21111
          http://trac.macosforge.org/projects/macports/changeset/21111
Author:   takanori at macports.org
Date:     2007-01-02 23:09:15 -0800 (Tue, 02 Jan 2007)

Log Message:
-----------
New port: lcdf-typetools 2.48

Added Paths:
-----------
    trunk/dports/print/lcdf-typetools/
    trunk/dports/print/lcdf-typetools/Portfile

Added: trunk/dports/print/lcdf-typetools/Portfile
===================================================================
--- trunk/dports/print/lcdf-typetools/Portfile	                        (rev 0)
+++ trunk/dports/print/lcdf-typetools/Portfile	2007-01-03 07:09:15 UTC (rev 21111)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem	1.0
+name		lcdf-typetools
+version		2.48
+categories	print tex
+maintainers	nomaintainer at macports.org
+description	Tools for manipulating fonts.
+long_description The LCDF Typetools package contains several programs for manipulating \
+		PostScript Type 1, Type 1 multiple master, and PostScript-flavored OpenType \
+		fonts.
+platforms	darwin
+homepage	http://www.lcdf.org/type/
+master_sites	${homepage}
+checksums	md5 fe1a7553ed42d9d4a58a77ffe26393bc \
+		sha1 6da66d1da356a066c32b049769d592317e0cd3b6 \
+		rmd160 f1c2995d9fb1bdf0ca751331b1169c08abfd559d
+# In port:pTeX, libkpathsea is installed as a static library.
+depends_lib	path:${prefix}/include/kpathsea/kpathsea.h:teTeX
+
+configure.env	CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
+configure.args	--mandir=${prefix}/share/man
+
+destroot.target	install-strip
+post-destroot	{
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc
+	xinstall -m 644 -W ${worksrcpath} COPYING INSTALL NEWS ONEWS README \
+		${destroot}${prefix}/share/doc/${name}
+}
+
+variant without_kpathsea {
+	depends_lib-delete path:${prefix}/include/kpathsea/kpathsea.h:teTeX
+	configure.args-append --without-kpathsea
+}


Property changes on: trunk/dports/print/lcdf-typetools/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id

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


More information about the macports-changes mailing list