mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.1 KiB
Tcl
36 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup makefile 1.0
|
|
|
|
github.setup cowsay-org cowsay 3.8.4 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
categories textproc amusements games
|
|
license GPL-3
|
|
platforms any
|
|
maintainers nomaintainer
|
|
supported_archs noarch
|
|
description Configurable talking characters in ASCII art
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 cb6eb5e1eca0b7c256af8ee8eff898ea01acb07c \
|
|
sha256 c15bc10712835d3a9bcda780dc9453362567bf48d1185905dc7ef2334d79aadd \
|
|
size 41206
|
|
|
|
makefile.override-append \
|
|
PREFIX
|
|
|
|
makefile.prefix_name \
|
|
prefix
|
|
|
|
post-patch {
|
|
reinplace "s|%PREFIX%|${prefix}|g" ${worksrcpath}/man/man1/${name}.1
|
|
}
|
|
|
|
post-destroot {
|
|
xinstall -d ${destroot}${prefix}/share/doc/${name}
|
|
xinstall -m 644 ${worksrcpath}/LICENSE.txt ${destroot}${prefix}/share/doc/${name}/
|
|
}
|