mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.3 KiB
Tcl
38 lines
1.3 KiB
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 lua 1.0
|
|
|
|
name edje
|
|
epoch 2
|
|
version 1.7.10
|
|
revision 1
|
|
|
|
categories graphics x11
|
|
maintainers nomaintainer
|
|
# The "epp" utility is GPL-2+; everything else is BSD.
|
|
license {BSD GPL-2+}
|
|
|
|
description A library for graphical layout and animation.
|
|
|
|
long_description A graphical layout and animation library \
|
|
for animated resizable, compressed and scalable \
|
|
themes.
|
|
|
|
# see https://trac.macports.org/ticket/65581#comment:1
|
|
homepage https://web.archive.org/web/20140814231951/https://trac.enlightenment.org/e/wiki/Edje
|
|
master_sites macports_distfiles
|
|
use_bzip2 yes
|
|
|
|
checksums rmd160 1165faa5acc5c3744689ca35108a6e606cda9723 \
|
|
sha256 1fd5bbf7a105e4cb455d59f82de136c0cbc74f8b0a16e0f6a845fc6471ab85fe \
|
|
size 1120320
|
|
|
|
depends_build port:pkgconfig
|
|
depends_lib port:ecore \
|
|
port:embryo
|
|
|
|
configure.args --disable-silent-rules
|
|
|
|
livecheck.type none
|