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.
22 lines
833 B
Tcl
22 lines
833 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 svend cuetools 1.4.1
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
categories sysutils
|
|
license GPL-2
|
|
maintainers nomaintainer
|
|
description utilities for working with cue and toc files
|
|
long_description cuetools is a set of utilities for working with cue \
|
|
files and toc files
|
|
|
|
checksums rmd160 9b3ee1b756544b408f9dcf537240d33f23c25063 \
|
|
sha256 9dcaeac8817e8d5bc6819e7e404175aac3a53be3c3dae9725e791b4890bd0ad4
|
|
|
|
use_autoreconf yes
|
|
|
|
configure.args --mandir=${prefix}/share/man
|