mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
21 lines
463 B
Makefile
21 lines
463 B
Makefile
# Created by: hm
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mlan3
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://ftp.dalsemi.com/pub/auto_id/public/
|
|
DISTNAME= owpd300b
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Version 3.00 beta API for Dallas Semiconductors 1-wire lan devices
|
|
|
|
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>
|