1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/math/reed-solomon/Makefile
Jean-Yves Lefort b71ffdc0f6 Add reed-solomon.
This is a port of Phil Karn's Reed-Solomon CODEC library. This package may be
useful to programmers working on data communications software.

WWW: http://www.ka9q.net/code/fec/

PR:		ports/82756
Submitted by:	Thomas Sandford <freebsduser@paradisegreen.co.uk>
2005-06-29 15:04:22 +00:00

28 lines
542 B
Makefile

# New ports collection makefile for: reed-solomon
# Date created: 29 Jun 2005
# Whom: Thomas Sandford <freebsduser@paradisegreen.co.uk>
#
# $FreeBSD$
#
PORTNAME= reed-solomon
PORTVERSION= 4.0
CATEGORIES= math
MASTER_SITES= http://www.ka9q.net/code/fec/
MAINTAINER= freebsduser@paradisegreen.co.uk
COMMENT= A Reed-Solomon CODEC library
USE_REINPLACE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
MAKEFILE= makefile
MAN3= rs.3
post-patch:
@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/makefile.in
.include <bsd.port.mk>