diff options
author | hm <hm@FreeBSD.org> | 2002-01-16 21:05:42 +0800 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 2002-01-16 21:05:42 +0800 |
commit | 6e7fa3ba31de60ce97fc3ef780ff73d6af7027c8 (patch) | |
tree | 151814cdee6f7fc09329a6b7a7a76979942cfa21 /comms/mlan3/Makefile | |
parent | e9d02a1cd5fad5bb2a0dde2db275967e76cb1524 (diff) | |
download | freebsd-ports-graphics-6e7fa3ba31de60ce97fc3ef780ff73d6af7027c8.tar.gz freebsd-ports-graphics-6e7fa3ba31de60ce97fc3ef780ff73d6af7027c8.tar.zst freebsd-ports-graphics-6e7fa3ba31de60ce97fc3ef780ff73d6af7027c8.zip |
Add port of the 3.00 beta API for Dallas Semiconductors 1-wire lan devices
Diffstat (limited to 'comms/mlan3/Makefile')
-rw-r--r-- | comms/mlan3/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/comms/mlan3/Makefile b/comms/mlan3/Makefile new file mode 100644 index 00000000000..7a3f4b5901f --- /dev/null +++ b/comms/mlan3/Makefile @@ -0,0 +1,21 @@ +# 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= hm@FreeBSD.org + +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip + +NO_WRKSUBDIR= yes +USE_ZIP= yes + +.include <bsd.port.mk> |