mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
26 lines
504 B
Makefile
26 lines
504 B
Makefile
# New ports collection makefile for: wmnet2
|
|
# Date created: 7 September 2001
|
|
# Whom: Paolo Pisati <flag@libero.it>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmnet2
|
|
PORTVERSION= 1.06
|
|
PORTREVISION= 5
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://mirror2.unixfreunde.de/ \
|
|
http://freebsd.unixfreunde.de/sources/
|
|
DISTNAME= wmnet-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A nice network monitor for WindowMaker
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext
|
|
|
|
MAN1= wmnet2.1
|
|
PLIST_FILES= bin/wmnet2
|
|
|
|
.include <bsd.port.mk>
|