blob: c14daf7f831bad74bb24492303105908a5799515 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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>
.include <bsd.port.post.mk>
|