Changeset 36060
- Timestamp:
- 04/16/2008 06:14:38 (4 years ago)
- Files:
-
- 1 modified
-
trunk/dports/graphics/libguichan/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/libguichan/Portfile
r34877 r36060 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:f iletype=tcl:et:sw=4:ts=4:sts=41 # -*- 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 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 5 6 name libguichan 7 version 0.7.1 8 categories graphics devel 9 platforms darwin 10 maintainers jmr \ 11 openmaintainer 12 description portable C++ GUI library designed for games using SDL 13 long_description Guichan is a portable C++ GUI library designed for \ 14 games using SDL and/or OpenGL. 6 name libguichan 7 version 0.8.0 8 categories graphics devel 9 platforms darwin 10 maintainers jmr openmaintainer 11 description portable C++ GUI library designed for games using SDL 12 long_description Guichan is a portable C++ GUI library designed for \ 13 games using SDL and/or OpenGL. 15 14 16 homepage http://guichan.sourceforge.net/17 master_sites googlecode:guichan18 distname guichan-${version}19 checksums md5 275c5bad231d2ce55e654d80cb1e05be\20 sha1 e08bed7d7638687f627bcf1a24e8ffa90913dacc\21 rmd160 09cd4d102ae73c99759e97c0f9db247950b508af 15 homepage http://guichan.sourceforge.net/ 16 master_sites googlecode:guichan 17 distname guichan-${version} 18 checksums md5 29a03f05645b669fdc98ec2db5de13f5 \ 19 sha1 5993e0a5e948b0f3e614025ff02f818bfe9c2198 \ 20 rmd160 a8ab10d9c49542e018d688b9ee90ef2879f94a28 22 21 23 depends_lib port:libsdl port:libsdl_image port:allegro22 depends_lib port:libsdl port:libsdl_image port:allegro 24 23 25 configure.args --enable-sdl --enable-sdl-image --enable-force-opengl 26 configure.cflags-append "-I${prefix}/include" 27 configure.cxxflags-append "-I${prefix}/include" 24 configure.cppflags-append -I${x11prefix}/include 25 configure.ldflags-append -L${x11prefix}/lib 28 26 use_parallel_build yes 27 28 platform darwin 9 { 29 configure.ldflags-append "-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib" 30 } 31 32 livecheck.regex <a href=\"http://guichan.googlecode.com/files/guichan\\-(.*)[quotemeta ${extract.suffix}]\"

