aboutsummaryrefslogtreecommitdiff
path: root/math/reed-solomon/Makefile
blob: b570c9a3a51dc8fc7a8b8000c734daf1f8f9f134 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	reed-solomon
PORTVERSION=	4.0
PORTREVISION=	1
CATEGORIES=	math
MASTER_SITES=	http://www.ka9q.net/code/fec/

MAINTAINER=	freebsduser@paradisegreen.co.uk
COMMENT=	Reed-Solomon CODEC library
WWW=		http://www.ka9q.net/code/fec/

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES=		gmake
USE_LDCONFIG=	yes
MAKEFILE=	makefile

post-patch:
	@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/makefile.in

.include <bsd.port.mk>