1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/comms/mlan3/Makefile
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

25 lines
557 B
Makefile

# Created by: hm
# $FreeBSD$
PORTNAME= mlan3
PORTVERSION= 1.00
CATEGORIES= comms
MASTER_SITES= http://files.maximintegrated.com/sia_bu/public/
DISTNAME= owpd300b
MAINTAINER= portmaster@bsdforge.com
COMMENT= Version 3.00 beta API for Dallas Semiconductors 1-wire lan devices
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/license.txt
NO_WRKSUBDIR= yes
USES= dos2unix uidfix zip
DOS2UNIX_GLOB= *.c *.h
post-patch:
@${REINPLACE_CMD} -e '/int main/s/short argc/int argc/' \
${WRKSRC}/apps/gethumd/gethumd.c ${WRKSRC}/apps/shaapp/shaapp.c
.include <bsd.port.mk>