You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
873 B
Tcl
21 lines
873 B
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup pure 1.0
|
|
|
|
pure.setup pure-g2 0.3
|
|
categories-append graphics
|
|
platforms any
|
|
maintainers {ryandesign @ryandesign} {gmail.com:aggraef @agraef}
|
|
license BSD
|
|
supported_archs noarch
|
|
|
|
description an interface to the g2 graphics library for Pure
|
|
|
|
long_description ${name} provides {*}${description}.
|
|
|
|
checksums rmd160 6303466e142f685a6b1ea313954d10f008e4f8cc \
|
|
sha256 3a5334370594daab25ed1e141c0eb77cd6e6f1a991d4e7b1508571445798447c
|
|
|
|
depends_run-append port:g2
|