Ticket #2037: Portfile.2

File Portfile.2, 967 bytes (added by kristian.peters@…, 20 years ago)

corrected Portfile

Line 
1# $Id: Portfile,v 1.1 2004/05/18 07:12:18 blb Exp $
2
3PortSystem              1.0
4name                    hexedit
5version                 1.2.10
6description             A hexeditor for the console.
7long_description        view and edit files in hexadecimal or in ASCII.\
8                        hexedit shows a file both in ASCII and in hexadecimal.\
9                        The file can be a device as the file is not whole read.\
10                        You can modify the file and search through it.\
11                        You have also copy&paste and save to file functions.\
12                        Truncating or appending to the file.\
13                        Modifications are shown in bold.
14categories              sysutils
15platforms               darwin linux sunos
16maintainers             kristian.peters@korseby.net
17homepage                http://merd.sourceforge.net/pixel/hexedit.html
18master_sites            http://merd.net/pixel\
19                        http://merd.sourceforge.net/pixel\
20                        http://www.chez.com/prigaux
21distname                ${name}-${version}.src
22extract.suffix          .tgz
23worksrcdir              ${name}
24checksums               md5 5d925ab9f0746ccd1d05c80fef628938
25configure.args          --mandir=${prefix}/share/man
26patchfiles              patch-Makefile.in
27