Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / math / reed-solomon / Makefile
1 # Created by: Thomas Sandford <freebsduser@paradisegreen.co.uk>
2 # $FreeBSD$
3
4 PORTNAME=       reed-solomon
5 PORTVERSION=    4.0
6 CATEGORIES=     math
7 MASTER_SITES=   http://www.ka9q.net/code/fec/
8
9 MAINTAINER=     freebsduser@paradisegreen.co.uk
10 COMMENT=        Reed-Solomon CODEC library
11
12 GNU_CONFIGURE=  yes
13 USES=           gmake
14 USE_LDCONFIG=   yes
15 MAKEFILE=       makefile
16
17 post-patch:
18         @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/makefile.in
19
20 .include <bsd.port.mk>