mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
PortSystem 1.0
|
|
|
|
name quesoglc
|
|
version 0.7.2
|
|
revision 1
|
|
categories graphics
|
|
license LGPL-2.1+
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description QuesoGLC is a free implementation of the OpenGL \
|
|
Character Renderer (GLC).
|
|
long_description ${description} QuesoGLC is based on the FreeType \
|
|
library, provides Unicode support and is designed to be \
|
|
easily ported to any platform that supports both \
|
|
Freetype and OpenGL.
|
|
|
|
homepage http://quesoglc.sourceforge.net/
|
|
master_sites sourceforge:project/quesoglc/QuesoGLC/${version}
|
|
|
|
checksums md5 1c8d394d4f41fa0c5b08eb7ead73c4ef \
|
|
sha1 afa2662a2b884d2268657734668c2f79ec5173c8 \
|
|
rmd160 505a091770a67565d882fc246d4adfa38089bc4e
|
|
|
|
use_bzip2 yes
|
|
|
|
depends_build port:pkgconfig
|
|
depends_lib port:freetype \
|
|
port:fontconfig \
|
|
port:libGLU \
|
|
port:mesa
|