1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/comms/mlan3/Makefile
Mark Linimon 19ebc18c75 Mark as broken on 5.x. The assumptions that the Makefiles make here,
about default compilation directories, do not work on 5.x for some reason.
2003-11-22 12:28:12 +00:00

29 lines
578 B
Makefile

# New ports collection makefile for: mlan3
# Date created: January 16, 2002
# Whom: 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
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
NO_WRKSUBDIR= yes
USE_ZIP= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not install (Makefiles need rework)"
.endif
.include <bsd.port.post.mk>