Ticket #14002: Portfile

File Portfile, 1010 bytes (added by rlonstein@…, 16 years ago)

portfile-x11-terminus-font

Line 
1# -*- 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
2#
3# $Id: Portfile,v 1.1 2008/01/20 04:01:37 lonstein Exp $
4
5PortSystem          1.0
6
7name                terminus-font
8version             4.20
9categories          x11
10maintainers         rlonstein@pobox.com
11
12description         clean monospaced font designed for long hours at the screen
13
14
15homepage            http://www.is-vn.bg/hamster/jimmy-en.html
16master_sites        http://www.is-vn.bg/hamster
17
18distname            terminus-font-${version}
19distfiles           ${distname}.tar.gz
20checksums           md5 fe9d8e25b9537f6b3154d07d3da50375 \
21                    sha1 f8215f8236e72423c4720956587cbda4eeea9176 \
22                    rmd160 f7e8a3d6990d036d00c748dbb5ba466e3694e708
23
24depends_lib         port:perl5.8
25
26configure.args      --prefix=${prefix} \
27                    --x11dir=${prefix}/share/fonts
28
29post-activate {
30    system "mkfontdir ${prefix}/share/fonts"
31}