Last change
on this file was
75773,
checked in by jmr@…, 7 years ago
|
libsdl-framework, libsdl_image-framework, libsdl_mixer-framework, libsdl_ttf-framework: licenses
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
905 bytes
|
Line | |
---|
1 | # $Id: Portfile 75773 2011-02-08 06:41:03Z jmr@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name libsdl_mixer-framework |
---|
6 | version 20110119 |
---|
7 | categories audio devel |
---|
8 | platforms darwin |
---|
9 | license BSD |
---|
10 | supported_archs noarch |
---|
11 | maintainers jmr openmaintainer |
---|
12 | description Framework version of libsdl_mixer |
---|
13 | |
---|
14 | long_description \ |
---|
15 | ${description} |
---|
16 | |
---|
17 | homepage http://www.libsdl.org/projects/SDL_mixer/ |
---|
18 | distfiles |
---|
19 | |
---|
20 | depends_run port:libsdl-framework port:libsdl_mixer |
---|
21 | |
---|
22 | use_configure no |
---|
23 | build {} |
---|
24 | |
---|
25 | destroot { |
---|
26 | set path ${frameworks_dir}/SDL_mixer.framework |
---|
27 | xinstall -d ${destroot}${path}/Versions/A/Headers |
---|
28 | |
---|
29 | ln -sf ${prefix}/lib/libSDL_mixer.dylib ${destroot}${path}/Versions/A/SDL_mixer |
---|
30 | ln -sf Versions/A/SDL_mixer ${destroot}${path}/SDL_mixer |
---|
31 | |
---|
32 | ln -sf ${prefix}/include/SDL/SDL_mixer.h ${destroot}${path}/Versions/A/Headers/ |
---|
33 | ln -sf Versions/A/Headers ${destroot}${path}/Headers |
---|
34 | } |
---|
35 | |
---|
36 | livecheck.type none |
---|
Note: See
TracBrowser
for help on using the repository browser.