[90883] trunk/dports/x11

jeremyhu at macports.org jeremyhu at macports.org
Fri Mar 16 18:12:12 PDT 2012


Revision: 90883
          https://trac.macports.org/changeset/90883
Author:   jeremyhu at macports.org
Date:     2012-03-16 18:12:09 -0700 (Fri, 16 Mar 2012)
Log Message:
-----------
freeglut: New port to provide libglut since it was purged from mesa

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

Added: trunk/dports/x11/freeglut/Portfile
===================================================================
--- trunk/dports/x11/freeglut/Portfile	                        (rev 0)
+++ trunk/dports/x11/freeglut/Portfile	2012-03-17 01:12:09 UTC (rev 90883)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                freeglut
+version             2.8.0
+categories          x11 graphics
+maintainers         jeremyhu openmaintainer
+description         The Free OpenGL Utility Toolkit
+long_description    ${description}
+
+homepage            http://freeglut.sourceforge.net/
+
+platforms           macosx darwin
+master_sites        sourceforge:${name}
+
+checksums           sha1    4debbe559c6c9841ce1abaddc9d461d17c6083b1 \
+                    rmd160  c406a3a62f60ac876cda855afcb7242824ce99a5 \
+                    sha256  197293ff886abe613bc9eb4a762d9161b0c9e64b3e8e613ed7c5e353974fba05
+
+depends_lib \
+	port:mesa
+
+use_autoreconf yes
+autoreconf.args -fvi
+
+post-patch {
+	reinplace "/SUBDIRS/s/progs//" ${worksrcpath}/Makefile.am
+}
+
+use_parallel_build yes


Property changes on: trunk/dports/x11/freeglut/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120316/739a2fd2/attachment-0001.html>


More information about the macports-changes mailing list