0b54608fa9
They both install /usr/local/bin/fish PR: 222777 Reported by: http://pkgtool.osorio.me/conflicts/ Approved by: Chris Hutchinson <portmaster@bsdforge.com> (mlan3 maintainer) Differential Revision: https://reviews.freebsd.org/D13318
26 lines
589 B
Makefile
26 lines
589 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
|
|
|
|
CONFLICTS_INSTALL= shells/fish
|
|
|
|
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>
|