1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/net/wmnet2/Makefile
Pawel Pekala 86f3097928 - Fix build on -current
- Update MASTER_SITES

PR:		ports/184839
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 21:48:22 +00:00

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>