mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1.0 KiB
Tcl
28 lines
1.0 KiB
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
|
|
|
|
name lookat
|
|
version 2.1.0
|
|
revision 0
|
|
checksums rmd160 adc6a7484418c4a6e38a731fcaa83d993482ae60 \
|
|
sha256 19ebc746ac70680eacad5c52079c6710b345fb43aa861e14f8c12cccea17453d \
|
|
size 312928
|
|
|
|
description A program to view textfiles and man-pages
|
|
long_description {*}${description}.
|
|
|
|
maintainers nomaintainer
|
|
categories sysutils
|
|
license GPL-2+
|
|
homepage https://www.wagemakers.be/english/programs/lookat/
|
|
master_sites nongnu
|
|
distname ${name}_bekijk-${version}
|
|
|
|
depends_lib-append port:ncurses
|
|
|
|
post-destroot {
|
|
xinstall -d ${destroot}${prefix}/share/doc/${name}
|
|
xinstall -m 644 ${worksrcpath}/COPYING ${destroot}${prefix}/share/doc/${name}
|
|
}
|