Ticket #5056: Portfile.3

File Portfile.3, 744 bytes (added by moll@…, 19 years ago)

added "configure.args --mandir=${prefix}/share/man" to Portfile

Line 
1# $Id: $
2PortSystem                      1.0
3name                            avarice
4version                         2.3
5categories                      cross
6maintainers                     me@staylor.ca
7description                     AVR JTAG-ICE control software
8long_description        AVaRICE is a program which interfaces the GNU Debugger \
9                                        GDB with the AVR JTAG ICE available from Atmel.
10homepage                        http://avarice.sourceforge.net/
11master_sites            http://unc.dl.sourceforge.net/sourceforge/avarice/ \
12                                        http://voxel.dl.sourceforge.net/sourceforge/avarice/ \
13                                        http://kent.dl.sourceforge.net/sourceforge/avarice/
14
15use_bzip2                       yes
16checksums                       md5 c6e7af8826606bc7c9f6a8e59c23e84b
17depends_lib                     port:gettext
18depends_build           port:binutils
19
20configure.env           CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
21configure.args    --mandir=${prefix}/share/man