diff options
author | phk <phk@FreeBSD.org> | 2000-01-05 06:11:45 +0800 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-01-05 06:11:45 +0800 |
commit | 3cdcc02def1cf9de989002fd81f947873cb2fbb5 (patch) | |
tree | 09c49d97289fc9d983154cf2e62ea32026c76930 /comms/mlan/Makefile | |
parent | d745889d53bb0df342494daf9296cd0207203784 (diff) | |
download | freebsd-ports-gnome-3cdcc02def1cf9de989002fd81f947873cb2fbb5.tar.gz freebsd-ports-gnome-3cdcc02def1cf9de989002fd81f947873cb2fbb5.tar.zst freebsd-ports-gnome-3cdcc02def1cf9de989002fd81f947873cb2fbb5.zip |
mlan is a of Dallas Semiconductors "TMEX" API for 1-wire / microlan
devices. Only DS2480 bases serial port attachment is supported.
Reviewed by: cpiazza
Diffstat (limited to 'comms/mlan/Makefile')
-rw-r--r-- | comms/mlan/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/mlan/Makefile b/comms/mlan/Makefile new file mode 100644 index 000000000000..ff03ece81595 --- /dev/null +++ b/comms/mlan/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: mlan +# Version required: 1.03 +# Date created: 4 January 2000 +# Whom: phk +# +# $FreeBSD$ +# + +DISTNAME= mlpb103 +PKGNAME= mlan-1.03 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.dalsemi.com/pub/auto_id/public/ + +MAINTAINER= phk@FreeBSD.org + +USE_ZIP= yes +WRKSRC= ${WRKDIR} + +.include <bsd.port.mk> |