forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortfile
36 lines (33 loc) · 1.31 KB
/
Portfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# -*- 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
name cursive
version 1.0
revision 2
distname ${name}
extract.suffix .tgz
categories games textproc
license Permissive
maintainers nomaintainer
description Create ASCII character cursive handwriting
long_description \
Cursive is a program for generating cursive signatures and text like \
\
___ _ __ _ \
( ) ' ) / // _/_ \
__/___. ____ / / / __|/ / _ __ \
/ / (_/|_/ / (_ (_(_/ (_) \_(__(/_/ (_ \
(_/ \
\
Do not be fooled by inferior immitations (like the figlet font \
which doesn't connect letters right). This is the one and only \
original cursive program.
homepage http://puck.nether.net/
platforms darwin
master_sites ftp://puck.nether.net/pub/janc/
checksums md5 6051416ca5dac79c63ba1511b915b6d2
use_configure no
build.target lcursive
destroot {
xinstall -m 755 ${worksrcpath}/lcursive ${destroot}${prefix}/bin/cursive
xinstall -m 444 ${worksrcpath}/cursive.6 ${destroot}${prefix}/share/man/man6
}