# $Id: Portfile,v 1.1 2004/02/08 17:00:32 toby Exp $ PortSystem 1.0 name barcode version 0.98 categories textproc print maintainers toby@opendarwin.org 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