diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/atr3d/Makefile | 2 | ||||
-rw-r--r-- | games/barrage/Makefile | 2 | ||||
-rw-r--r-- | games/easysok/Makefile | 2 | ||||
-rw-r--r-- | games/kbilliards/Makefile | 2 | ||||
-rw-r--r-- | games/openglad/Makefile | 2 | ||||
-rw-r--r-- | games/spacehulk/Makefile | 2 | ||||
-rw-r--r-- | games/tictactoe3d/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile index fae80dfa0c93..d23a3aadd1cf 100644 --- a/games/atr3d/Makefile +++ b/games/atr3d/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.avoidtheroid.com/pub/${PORTNAME}/ DISTNAME= ${PORTNAME}_source_${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= ponomarew@oberon.net +MAINTAINER= krion@FreeBSD.org COMMENT= 3D asteroids-like multiplayer game LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal diff --git a/games/barrage/Makefile b/games/barrage/Makefile index e221fc3cf53e..31b9f1d967fa 100644 --- a/games/barrage/Makefile +++ b/games/barrage/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lgames DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ponomarew@oberon.net +MAINTAINER= krion@FreeBSD.org COMMENT= Destroy as many targets as possible LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ diff --git a/games/easysok/Makefile b/games/easysok/Makefile index 722bbf50a627..9388bce48778 100644 --- a/games/easysok/Makefile +++ b/games/easysok/Makefile @@ -10,7 +10,7 @@ CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ponomarew@oberon.net +MAINTAINER= krion@FreeBSD.org COMMENT= Easysok is a sokoban game for KDE3 USE_KDELIBS_VER= 3 diff --git a/games/kbilliards/Makefile b/games/kbilliards/Makefile index 53ea92483519..1dcdfeb473a9 100644 --- a/games/kbilliards/Makefile +++ b/games/kbilliards/Makefile @@ -10,7 +10,7 @@ CATEGORIES= games kde MASTER_SITES= http://members.xoom.virgilio.it/samuele_c/kbilliards/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/} -MAINTAINER= ponomarew@oberon.net +MAINTAINER= krion@FreeBSD.org COMMENT= Funny billiards simulator game for KDE USE_KDELIBS_VER= 3 diff --git a/games/openglad/Makefile b/games/openglad/Makefile index dca33c57ea6e..c0b0ad39466a 100644 --- a/games/openglad/Makefile +++ b/games/openglad/Makefile @@ -11,7 +11,7 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= snowstorm -MAINTAINER= ponomarew@oberon.net +MAINTAINER= krion@FreeBSD.org COMMENT= SDL port of an old DOS game called Gladiator LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ diff --git a/games/spacehulk/Makefile b/games/spacehulk/Makefile index 1291a08fee96..aed332dd347c 100644 --- a/games/spacehulk/Makefile +++ b/games/spacehulk/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 1.4.3 CATEGORIES= games kde MASTER_SITES= http://savannah.nongnu.org/download/${PORTNAME}/main.pkg/${PORTVERSION}/ -MAINTAINER= ponomarew@oberon.net +MAINTAINER= krion@FreeBSD.org COMMENT= Science-fiction board game in the world of Warhammer 40000 GNU_CONFIGURE= yes diff --git a/games/tictactoe3d/Makefile b/games/tictactoe3d/Makefile index 80b1bc032a62..e7c9ca5fcc75 100644 --- a/games/tictactoe3d/Makefile +++ b/games/tictactoe3d/Makefile @@ -10,7 +10,7 @@ CATEGORIES= games MASTER_SITES= http://www.che.iitm.ac.in/~ch99057/software/ DISTNAME= ttt3d -MAINTAINER= ponomarew@oberon.net +MAINTAINER= krion@FreeBSD.org COMMENT= This is a simple "3D" tic tac toe game WRKSRC= ${WRKDIR}/ttt3d |