forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sakura: new port, a terminal emulator
- Loading branch information
1 parent
c0cb7ba
commit 8ab746b
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# -*- 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 cmake 1.1 | ||
|
||
name sakura | ||
version 3.8.7 | ||
revision 0 | ||
categories x11 gnome sysutils | ||
license GPL-2 | ||
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer | ||
description Terminal emulator based on GTK and VTE | ||
long_description {*}${description} | ||
|
||
homepage https://launchpad.net/sakura | ||
master_sites ${homepage}/trunk/${version}/+download/ | ||
checksums rmd160 4bd61996e463f422e03b60359226d930e751e60d \ | ||
sha256 ba7009ff03cacc19149d82f280413defb019540d2409e6cb9243f0d7ac812922 \ | ||
size 60003 | ||
use_bzip2 yes | ||
|
||
depends_build-append \ | ||
port:gettext \ | ||
path:bin/pkg-config:pkgconfig | ||
|
||
depends_lib-append port:atk \ | ||
path:lib/pkgconfig/cairo.pc:cairo \ | ||
path:lib/pkgconfig/gdk-pixbuf-2.0.pc:gdk-pixbuf2 \ | ||
port:gettext-runtime \ | ||
path:lib/pkgconfig/glib-2.0.pc:glib2 \ | ||
path:lib/pkgconfig/gnutls.pc:gnutls \ | ||
path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \ | ||
path:lib/pkgconfig/harfbuzz.pc:harfbuzz \ | ||
port:pcre2 \ | ||
port:vte \ | ||
port:xorg-libX11 |