mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
86f3097928
- Update MASTER_SITES PR: ports/184839 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
27 lines
541 B
Makefile
27 lines
541 B
Makefile
# Created by: Paolo Pisati <flag@libero.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmnet2
|
|
PORTVERSION= 1.06
|
|
PORTREVISION= 5
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://fossies.org/linux/misc/old/ \
|
|
http://linux-bsd-unix.strefa.pl/
|
|
DISTNAME= wmnet-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Nice network monitor for WindowMaker
|
|
|
|
USES= imake
|
|
USE_XORG= x11 xext
|
|
|
|
PLIST_FILES= bin/wmnet2 man/man1/wmnet2.1.gz
|
|
|
|
post-extract:
|
|
@${LN} -sf wmnet.man ${WRKSRC}/wmnet2.man
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/wmnet2
|
|
|
|
.include <bsd.port.mk>
|