mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
ee61ada779
- Fix missing protocol in MASTER_SITES - Fix text indentation in pkg-descr Submitted by: danfe Approved by: portmgr (blanket)
24 lines
525 B
Makefile
24 lines
525 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= uidfix zip
|
|
|
|
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>
|