freebsd-ports/net/p54u/Makefile
Pav Lucistnik 7b3a022c0c Driver for USB 802.11 devices using Conexant chipsets (see www.prism54.org).
PR:		ports/92063
Submitted by:	Sebastien Bourdeauducq <lekernel@prism54.org>
2006-01-22 20:29:32 +00:00

38 lines
782 B
Makefile

# Ports collection makefile for: p54u
# Date created: 20 January 2006
# Whom: Sebastien Bourdeauducq <lekernel@prism54.org>
#
# $FreeBSD$
#
PORTNAME= p54u
PORTVERSION= 0.8
CATEGORIES= net
MASTER_SITES= http://www.prism54.org/p54u/releases/
MAINTAINER= lekernel@prism54.org
COMMENT= Driver for USB wireless devices with Conexant (Prism 54) chipsets
NO_PACKAGE= Should be in sync with the kernel to work correctly
USE_BZIP2= yes
MANCOMPRESSED= yes
MAN4= p54u.4
MAN8= p54ctl.8 p54term.8
.if !exists(/usr/src/sys/dev/usb/usb.h)
IGNORE= requires kernel source (/usr/src/sys) to build
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000
IGNORE= is not supported on FreeBSD 5.X and older
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>