168f57451a
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt)
21 lines
425 B
Makefile
21 lines
425 B
Makefile
# Created by: 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= Reed-Solomon CODEC library
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
USE_LDCONFIG= yes
|
|
MAKEFILE= makefile
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/makefile.in
|
|
|
|
.include <bsd.port.mk>
|