diff options
Diffstat (limited to 'net/p54u/Makefile')
-rw-r--r-- | net/p54u/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/net/p54u/Makefile b/net/p54u/Makefile deleted file mode 100644 index eac04844962b..000000000000 --- a/net/p54u/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Ports collection makefile for: p54u -# Date created: 20 January 2006 -# Whom: Sebastien Bourdeauducq <lekernel@prism54.org> -# -# $FreeBSD$ -# - -PORTNAME= p54u -PORTVERSION= 0.8 -CATEGORIES= net kld -MASTER_SITES= http://www.prism54.org/p54u/releases/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Driver for USB wireless devices with Conexant (Prism 54) chipsets - -NO_PACKAGE= Should be in sync with the kernel to work correctly -DEPRECATED= website disappeared -EXPIRATION_DATE= 2008-01-28 - -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> |