Ticket #40405: Portfile.tcl

File Portfile.tcl, 1.1 KB (added by ralph@…, 11 years ago)
Line 
1# -*- 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
2# $Id: Portfile 96908 2012-08-21 11:04:19Z jmr@macports.org $
3
4PortSystem          1.0
5
6name                freeglut
7version             2.8.1
8revision            1
9categories          x11 graphics
10license             X11
11maintainers         jeremyhu openmaintainer
12description         The Free OpenGL Utility Toolkit
13long_description    ${description}
14
15homepage            http://freeglut.sourceforge.net/
16
17platforms           macosx darwin
18master_sites        sourceforge:project/freeglut/freeglut/${version}
19
20checksums           sha1    7330b622481e2226c0c9f6d2e72febe96b03f9c4 \
21                    rmd160  22a8de93e68657bb34200fba0124c99704b34f93 \
22                    sha256  dde46626a62a1cd9cf48a11951cdd592e7067c345cffe193a149dfd47aef999a
23
24depends_lib         port:mesa \
25                    port:xorg-libXrandr \
26                    port:xorg-libXxf86vm
27
28use_autoreconf yes
29autoreconf.args -fvi
30
31post-patch {
32        reinplace "/SUBDIRS/s/progs//" ${worksrcpath}/Makefile.am
33}
34
35use_parallel_build yes