1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/net/wmwlmon/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

42 lines
968 B
Makefile

# New ports collection makefile for: wmwlmon
# Date created: 04 May 2006
# Whom: Marcus Glocker <marcus@nazgul.ch>
#
# $FreeBSD$
#
PORTNAME= wmwlmon
PORTVERSION= 0.9
PORTREVISION= 2
CATEGORIES= net windowmaker
MASTER_SITES= http://www.nazgul.ch/dev/ \
http://dougbarton.us/Downloads/
DISTNAME= wmwlmon-${PORTVERSION}
MAINTAINER= marcus@nazgul.ch
COMMENT= DockApp showing the state of a wireless network device
USE_X_PREFIX= yes
USE_XPM= yes
MAN1= wmwlmon.1
PLIST_FILES= bin/wmwlmon
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600100
BROKEN= Needs WLAN infrastructure from 6.0-RELEASE or newer
.endif
post-patch:
${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.presed
${SED} -e 's#/usr/X11R6#${X11BASE}#g' \
-e 's#/usr/local#${LOCALBASE}#g' \
${WRKSRC}/Makefile.presed > ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmwlmon ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/wmwlmon.1 ${MANPREFIX}/man/man1
.include <bsd.port.post.mk>