diff options
-rw-r--r-- | audio/sdl_mixer/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_gfx/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_image/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_ttf/Makefile | 2 | ||||
-rw-r--r-- | net/sdl_net/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/sdl_gui/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile index 6e46e3c..b60d4ce 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -11,7 +11,7 @@ CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL_mixer-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= krion@FreeBSD.org COMMENT= A sample multi-channel audio mixer library LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index 9370232..8d405f5 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.ferzkopp.net/~aschiffler/Software/%SUBDIR%/ MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R} DISTNAME= SDL_gfx-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= krion@FreeBSD.org COMMENT= SDL graphics drawing primitives and other support functions USE_SDL= sdl diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index 490813e..b5319a2 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL_image-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= krion@FreeBSD.org COMMENT= A simple library to load images of various formats as SDL surfaces LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index 5916067..2ec047a 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL_ttf-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= krion@FreeBSD.org COMMENT= A library to use TrueType fonts to render text in SDL applications LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 diff --git a/net/sdl_net/Makefile b/net/sdl_net/Makefile index 666c571..b301b00 100644 --- a/net/sdl_net/Makefile +++ b/net/sdl_net/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/ DISTNAME= SDL_net-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= krion@FreeBSD.org COMMENT= A small sample cross-platform networking library LIB_DEPENDS= GUI.0:${PORTSDIR}/graphics/guilib diff --git a/x11-toolkits/sdl_gui/Makefile b/x11-toolkits/sdl_gui/Makefile index c0b08a2..eca89e5 100644 --- a/x11-toolkits/sdl_gui/Makefile +++ b/x11-toolkits/sdl_gui/Makefile @@ -13,7 +13,7 @@ CATEGORIES= x11-toolkits MASTER_SITES= http://www.newimage.com/~rhk/SDL_gui/ DISTNAME= SDL_gui-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= krion@FreeBSD.org COMMENT= A Graphical User Interface library for SDL USE_SDL= sdl image ttf |