freebsd-ports/net/wmwave/Makefile
2007-10-01 06:22:24 +00:00

38 lines
780 B
Makefile

# New ports collection makefile for: wmwave
# Date created: 27 December 2001
# Whom: Bruce M Simpson <bms@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wmwave
PORTVERSION= 0.4
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Display 802.11 status in the WindowMaker Dock
MAKEFILE= ${FILESDIR}/Makefile
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_XPM= yes
MAKE_ENV= MANPREFIX=${MANPREFIX}
MAN1= wmwave.1
MANCOMPRESSED= yes
PLIST_FILES= bin/wmwave
# configure is a no-op for this port.
do-configure:
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>