aboutsummaryrefslogtreecommitdiffstats
path: root/net/wmnet2/Makefile
blob: 837834702845a45acefca3c692dc0fa57ac5c7a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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>