Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
26 lines
541 B
Makefile
26 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>
|