# $Id: Portfile 56055 2009-08-23 23:03:40Z ryandesign@macports.org $

PortSystem 1.0
name             barcode
version          0.98
categories       textproc print
maintainers      nomaintainer
description      convert text strings to printed barcodes
long_description \
    Main features of GNU Barcode: \
    - Available as both a library and an executable program \
    - Supports UPC, EAN, ISBN, CODE39 and other encoding standards \
    - PostScript and Encapsulated PostScript output \
    - Accepts sizes and positions as inches, centimeters, millimeters \
    - Can create tables of barcodes (to print labels on sticker pages)
homepage         http://www.gnu.org/software/${name}/
platforms        darwin
master_sites     gnu
checksums        md5 7f10c3307b84a19a4ab2fa4b3f2974da

destroot.destdir prefix=${destroot}${prefix} \
                 MAN1DIR=${destroot}${prefix}/share/man/man1 \
                 MAN3DIR=${destroot}${prefix}/share/man/man3 \
                 INFODIR=${destroot}${prefix}/share/info
