1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/math/reed-solomon/Makefile
Martin Wilke e9ed236366 - Convert gmake,bzip2 to USES
Approved by:	portmgr
2014-05-26 12:28:33 +00:00

24 lines
454 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= A Reed-Solomon CODEC library
GNU_CONFIGURE= yes
USES= gmake
USE_LDCONFIG= yes
MAKEFILE= makefile
MAN3= rs.3
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/makefile.in
.include <bsd.port.mk>