pkgsrc/devel/gflib/Makefile
agc 6f3198ac47 Initial import of gflib-20030604 into the Packages Collection.
This package contains C procedures for limited Galois Field
	arithmetic and Reed-Solomon coding.

	Reed-Solomon coding is the error correction coding used in diverse
	fields from CDs, DVDs and DAT tapes, to the communications used by
	NASA for such missions as Voyager, Voyager II and Cassini Huygens.
2007-04-15 21:35:06 +00:00

24 lines
582 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/04/15 21:35:06 agc Exp $
#
DISTNAME= gflib
PKGNAME= gflib-20030604
CATEGORIES= devel
MASTER_SITES= http://www.cs.utk.edu/~plank/plank/gflib/
EXTRACT_SUFX= .tar
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cs.utk.edu/~plank/plank/gdlib/
COMMENT= Reed Solomon and Galois Field error correction library
MAKE_FILE= makefile
BUILD_TARGET= w16
do-install:
for f in gf_div gf_mult parity_test rs_decode_file \
rs_encode_file xor; do \
${INSTALL_PROGRAM} ${WRKSRC}/$$f ${PREFIX}/bin/$$f; \
done
.include "../../mk/bsd.pkg.mk"