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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name freeglut |
---|
7 | version 2.8.1 |
---|
8 | revision 1 |
---|
9 | categories x11 graphics |
---|
10 | license X11 |
---|
11 | maintainers jeremyhu openmaintainer |
---|
12 | description The Free OpenGL Utility Toolkit |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | homepage http://freeglut.sourceforge.net/ |
---|
16 | |
---|
17 | platforms macosx darwin |
---|
18 | master_sites sourceforge:project/freeglut/freeglut/${version} |
---|
19 | |
---|
20 | checksums sha1 7330b622481e2226c0c9f6d2e72febe96b03f9c4 \ |
---|
21 | rmd160 22a8de93e68657bb34200fba0124c99704b34f93 \ |
---|
22 | sha256 dde46626a62a1cd9cf48a11951cdd592e7067c345cffe193a149dfd47aef999a |
---|
23 | |
---|
24 | depends_lib port:mesa \ |
---|
25 | port:xorg-libXrandr \ |
---|
26 | port:xorg-libXxf86vm |
---|
27 | |
---|
28 | use_autoreconf yes |
---|
29 | autoreconf.args -fvi |
---|
30 | |
---|
31 | post-patch { |
---|
32 | reinplace "/SUBDIRS/s/progs//" ${worksrcpath}/Makefile.am |
---|
33 | } |
---|
34 | |
---|
35 | use_parallel_build yes |
---|