SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
devel/p5-SDL/files/Openbsd.pm
Normal file
21
devel/p5-SDL/files/Openbsd.pm
Normal file
|
@ -0,0 +1,21 @@
|
|||
package SDL::Build::Openbsd;
|
||||
|
||||
use base 'SDL::Build';
|
||||
# ${LOCALBASE}
|
||||
sub fetch_includes
|
||||
{
|
||||
return (
|
||||
'${LOCALBASE}/include', => '${LOCALBASE}/lib',
|
||||
'${LOCALBASE}/include/libpng' => '${LOCALBASE}/lib',
|
||||
'${LOCALBASE}/include/GL' => '${LOCALBASE}/lib',
|
||||
'${LOCALBASE}/include/SDL' => '${LOCALBASE}/lib',
|
||||
'${LOCALBASE}/include/smpeg' => '${LOCALBASE}/lib',
|
||||
|
||||
'/usr/include' => '/usr/lib',
|
||||
|
||||
'${X11BASE}/include' => '${X11BASE}/lib',
|
||||
'${X11BASE}/include/GL' => '${X11BASE}/lib',
|
||||
);
|
||||
}
|
||||
|
||||
1;
|
Loading…
Add table
Add a link
Reference in a new issue