Ticket #1952: Portfile.2

File Portfile.2, 1.5 KB (added by arsptr@…, 19 years ago)

Updated Portfile

Line 
1# $Id: $
2PortSystem        1.0
3
4name              psgml
5version           1.3.1
6categories        editors textproc
7maintainers       arankine@gmail.com
8
9description       XML/SGML editing mode for emacs
10
11long_description  Emacs is an advanced and extensible editor. A Major Mode customizes Emacs for \
12                  editing text of a particular sort. PSGML is a major mode for SGML documents. \
13                  \
14                  PSGML has several functions for editing SGML documents.  Indentation according to \
15                  element nesting depth and identification of structural errors (but it is not a \
16                  validating SGML parser).  Menus and commands for inserting tags with only the \
17                  contextually valid tags. Attribute values can be edited in a separate window with \
18                  information about types and defaults. Structure based editing includes movement \
19                  and killing\; and also several commands for folding editing.
20
21homepage          http://www.lysator.liu.se/projects/about_psgml.html
22master_sites      ftp://ftp.lysator.liu.se/pub/sgml/ALPHA/
23
24checksums         ${distname}.tar.gz md5 0c92aac8ef9f8053f062d89216bfbcb9
25
26depends_build     bin:emacs:emacs
27
28destroot.destdir  prefix=${destroot}${prefix} lispdir=${destroot}${prefix}/share/emacs/site-lisp/${name} \
29                  infodir=${destroot}${prefix}/share/info
30
31destroot.target   "install install-info"
32
33post-configure {
34    reinplace "s|/usr/local|${prefix}|g" "${worksrcpath}/psgml.el" "${worksrcpath}/psgml.info"
35}