diff options
author | trevor <trevor@FreeBSD.org> | 2005-01-14 19:11:37 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-01-14 19:11:37 +0800 |
commit | e98401e3d5d0df0b7ba1601da8382e7d7b976a8b (patch) | |
tree | 1016fe62a8db3441fd368681cefa259472507572 | |
parent | 071cea07fd5e2947c99a5c5775f6377cc1c1df6a (diff) | |
download | freebsd-ports-gnome-e98401e3d5d0df0b7ba1601da8382e7d7b976a8b.tar.gz freebsd-ports-gnome-e98401e3d5d0df0b7ba1601da8382e7d7b976a8b.tar.zst freebsd-ports-gnome-e98401e3d5d0df0b7ba1601da8382e7d7b976a8b.zip |
I haven't used SVGAlib in a long while.
-rw-r--r-- | graphics/acidwarp/Makefile | 2 | ||||
-rw-r--r-- | graphics/linplasma/Makefile | 2 | ||||
-rw-r--r-- | net/svnc/Makefile | 2 | ||||
-rw-r--r-- | www/wb0/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/acidwarp/Makefile b/graphics/acidwarp/Makefile index 60d3051a3503..d5ab16a59b30 100644 --- a/graphics/acidwarp/Makefile +++ b/graphics/acidwarp/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/graphics/hacks/svgalib -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT=SVGAlib demo which displays trippy mathematical images in cycling colors LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib diff --git a/graphics/linplasma/Makefile b/graphics/linplasma/Makefile index e1b97d673d56..3b0b943ee30b 100644 --- a/graphics/linplasma/Makefile +++ b/graphics/linplasma/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/graphics/hacks/svgalib -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Sinus plasma, an SVGAlib demo LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib diff --git a/net/svnc/Makefile b/net/svnc/Makefile index 736485349132..f59514433535 100644 --- a/net/svnc/Makefile +++ b/net/svnc/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ./:vnc trevor/:svnc DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz:svnc \ vnc-3.3.3r1_unixsrc.tgz:vnc -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= VNC viewer for SVGAlib BUILD_DEPENDS= ${X11BASE}/include/X11/keysym.h:${PORTSDIR}/x11/XFree86 diff --git a/www/wb0/Makefile b/www/wb0/Makefile index f445c78633ef..6b660f97b8a4 100644 --- a/www/wb0/Makefile +++ b/www/wb0/Makefile @@ -12,7 +12,7 @@ CATEGORIES= www graphics MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/wb0/ EXTRACT_SUFX= .tgz -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Web browser for svgalib which can show pictures RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx-current |