1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/misc/airoflash/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

29 lines
697 B
Makefile

# New ports collection makefile for: airoflash
# Date created: 13 Mar 2002
# Whom: Doug Ambrisko <ambrisko@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= airoflash
PORTVERSION= ${AF_VERSION}
CATEGORIES= misc
MASTER_SITES= "http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/airo-linux/airo-linux/tools/airoflash.c?rev=${AF_VERSION}"
DISTNAME= airoflash.c
EXTRACT_SUFX=
MAINTAINER= ambrisko@freebsd.org
COMMENT= Flash utiltity for Cisco/Aironet 802.11 wireless cards
AF_VERSION= 1.3
do-fetch:
[ -f ${DISTDIR}/${DISTNAME} ] || \
${FETCH_CMD} -o ${DISTDIR}/${DISTNAME} ${MASTER_SITES}
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
.include <bsd.port.mk>