You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
e75b2782c1
In preparation for changing the default.
26 lines
922 B
Tcl
26 lines
922 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 github 1.0
|
|
|
|
github.setup Rudde mktorrent 1.1 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
|
|
categories net
|
|
description mktorrent is a simple command line utility to create \
|
|
BitTorrent metainfo files.
|
|
long_description {*}${description}
|
|
license {GPL-2+ OpenSSLException}
|
|
maintainers {snc @nerdling} openmaintainer
|
|
|
|
platforms freebsd darwin
|
|
|
|
checksums rmd160 2bb093c6f536939d57e229ac71b2a83e2142b125 \
|
|
sha256 62ce1af3fc11c80749ae49e17fdfa749a3decd03915f836df8c11a11fe2614ee
|
|
|
|
use_configure no
|
|
build.args-append CC=${configure.cc}
|
|
|
|
destroot.destdir PREFIX=${destroot}${prefix}
|