diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:21:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:21:39 +0000 |
commit | 148786583870cf6681db97a9afd32b2ec5c771bb (patch) | |
tree | 646632dd610c8f8de843b3ac663dc07dc1a93ceb | |
parent | 8246b27b63d0dca9e909c6859bccce29604ce33d (diff) | |
download | ports-148786583870cf6681db97a9afd32b2ec5c771bb.tar.gz ports-148786583870cf6681db97a9afd32b2ec5c771bb.zip |
Notes
-rw-r--r-- | net/pload/Makefile | 11 | ||||
-rw-r--r-- | net/tridiavnc/Makefile | 2 | ||||
-rw-r--r-- | net/wmnet2/Makefile | 10 | ||||
-rw-r--r-- | net/xipmsg/Makefile | 9 |
4 files changed, 11 insertions, 21 deletions
diff --git a/net/pload/Makefile b/net/pload/Makefile index 1c0400768047..dd63eb56d342 100644 --- a/net/pload/Makefile +++ b/net/pload/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pload -# Date created: 22 Septemper 2004 -# Whom: J.R. Oldroyd <fbsd@opal.com> -# +# Created by: J.R. Oldroyd <fbsd@opal.com> # $FreeBSD$ -# PORTNAME= pload PORTVERSION= 0.9.5 @@ -14,9 +10,10 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ MASTER_SITE_SUBDIR= pav MAINTAINER= fbsd@opal.com -COMMENT= An X11 program to display network traffic graphs +COMMENT= X11 program to display network traffic graphs -USE_IMAKE= yes +BROKEN= does not build: Could not find osdefs.mk +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt HAS_CONFIGURE= yes diff --git a/net/tridiavnc/Makefile b/net/tridiavnc/Makefile index be6a218720f9..5ddfe23054ad 100644 --- a/net/tridiavnc/Makefile +++ b/net/tridiavnc/Makefile @@ -21,7 +21,7 @@ LICENSE= GPLv2 USE_PERL5= yes WRKSRC= ${WRKDIR}/unix/vnc_unixsrc -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xt xpm ALL_TARGET= World NO_INSTALL_MANPAGES= yes diff --git a/net/wmnet2/Makefile b/net/wmnet2/Makefile index a5e00315f816..3af9bbf2c3b5 100644 --- a/net/wmnet2/Makefile +++ b/net/wmnet2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmnet2 -# Date created: 7 September 2001 -# Whom: Paolo Pisati <flag@libero.it> -# +# Created by: Paolo Pisati <flag@libero.it> # $FreeBSD$ -# PORTNAME= wmnet2 PORTVERSION= 1.06 @@ -14,9 +10,9 @@ MASTER_SITES= http://www.dockapps.org/files/77/115/ \ DISTNAME= wmnet-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A nice network monitor for WindowMaker +COMMENT= Nice network monitor for WindowMaker -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext MAN1= wmnet2.1 diff --git a/net/xipmsg/Makefile b/net/xipmsg/Makefile index 213c1145e525..41acb532811f 100644 --- a/net/xipmsg/Makefile +++ b/net/xipmsg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xipmsg -# Date created: 29 May 1997 -# Whom: candy@fct.kgc.co.jp -# +# Created by: candy@fct.kgc.co.jp # $FreeBSD$ -# PORTNAME= xipmsg PORTVERSION= 0.8088 @@ -13,8 +9,9 @@ MASTER_SITES= http://www.bsddiary.net/xipmsg/ DISTNAME= xipmsg-${PORTVERSION:E} MAINTAINER= candy@kgc.co.jp -COMMENT= A popup style message communication tool for X11 +COMMENT= Popup style message communication tool for X11 +USES= imake USE_IMAKE= yes USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xipmsg.1 |