You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
8049860922
In preparation for changing the default.
28 lines
899 B
Plaintext
28 lines
899 B
Plaintext
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup makefile 1.0
|
|
|
|
github.setup kerma defaultbrowser 1.1
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 0
|
|
categories sysutils
|
|
maintainers {i0ntempest @i0ntempest} openmaintainer
|
|
license MIT
|
|
|
|
description Command line tool for setting the default browser (HTTP handler) in macOS
|
|
long_description \
|
|
{*}${description}
|
|
|
|
patchfiles-append \
|
|
patch-Makefile.diff
|
|
|
|
makefile.override-append \
|
|
PREFIX
|
|
|
|
checksums rmd160 e2f30f65722db5dabcd6dde8511130dc881754d2 \
|
|
sha256 24b022c7f4395298fd24bf28c1ee4b9d82718d40cdac1d9d7e50ee68f22e95fc \
|
|
size 2309
|