freebsd-ports/comms/mlan3/Makefile
Alan Somers 0b54608fa9 comms/mlan3 shells/fish: annotate conflicts
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
2017-12-04 16:59:19 +00:00

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>