mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
646 B
Plaintext
21 lines
646 B
Plaintext
PortSystem 1.0
|
|
name rfksay
|
|
version 0.1
|
|
distname ${name}
|
|
categories textproc amusements
|
|
platforms darwin freebsd
|
|
maintainers nomaintainer
|
|
description Generates a kitten finding robot with a text bubble
|
|
long_description ${description}
|
|
homepage http://freebsdcluster.org/~mich/software/
|
|
master_sites http://freebsdcluster.org/~mich/software/
|
|
checksums md5 df98afcc309dd8e590b830dec51b36c1
|
|
use_configure no
|
|
build {}
|
|
destroot { file mkdir ${destroot}${prefix}/bin
|
|
system "cd $workpath &&
|
|
install rfksay ${destroot}${prefix}/bin &&
|
|
install kittensay ${destroot}${prefix}/bin &&
|
|
install robotsay ${destroot}${prefix}/bin " }
|
|
|