c7383780db
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
29 lines
913 B
Makefile
29 lines
913 B
Makefile
# $NetBSD: Makefile,v 1.16 2015/08/18 07:31:16 wiz Exp $
|
|
|
|
DISTNAME= wimon-0.3
|
|
PKGREVISION= 3
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://imil.net/wimon/
|
|
|
|
MAINTAINER= imil@gcu.info
|
|
HOMEPAGE= http://imil.net/wimon/
|
|
COMMENT= Tool that shows a real-time graph of your wireless connection
|
|
LICENSE= original-bsd
|
|
|
|
ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* DragonFly-*-* \
|
|
MirBSD-*-* Bitrig-*-*
|
|
# Needs net80211/*.h header files which appeared in 1.6ZD.
|
|
NOT_FOR_PLATFORM= NetBSD-0*-* NetBSD-1.[012345]*-* NetBSD-1.6[-_.]*-*
|
|
NOT_FOR_PLATFORM+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-C]*-*
|
|
|
|
WRKSRC= ${WRKDIR}/wimon
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man8
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wimon ${DESTDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/wimon.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|