diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-01-17 22:04:40 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-01-17 22:04:40 +0000 |
commit | 70318e034d27139845dc9091a16f5f72d541200d (patch) | |
tree | df48d8ef590750eecc5ea2e963e4fbc7e7a0861e /emulators | |
parent | c10152a348f93d24581f674b659775b4b849563f (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bsnes/Makefile | 2 | ||||
-rw-r--r-- | emulators/mame/Makefile | 2 | ||||
-rw-r--r-- | emulators/mess/Makefile | 2 | ||||
-rw-r--r-- | emulators/qmc2/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/emulators/bsnes/Makefile b/emulators/bsnes/Makefile index 8ec5956b4606..5d1a7344e74d 100644 --- a/emulators/bsnes/Makefile +++ b/emulators/bsnes/Makefile @@ -10,7 +10,7 @@ CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//} -MAINTAINER= elbarto@ArcadeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Super Nintendo/Super Famicom emulator BROKEN= does not compile diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 6787d07549fc..4d905894ca25 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -20,7 +20,7 @@ DISTFILES= \ ${UPDATE_PATCHES:C/$/.zip:patchsets/} DIST_SUBDIR= ${PORTNAME} -MAINTAINER= elbarto@ArcadeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The popular MAME (Multi Arcade Machine Emulator) LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index ba88322c38d5..090111256044 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.aarongiles.com/mirror/releases/:mame \ DISTFILES= mame${PORTVERSION:S/.//}s.zip:mame \ mess${PORTVERSION:S/.//}s.zip:mess -MAINTAINER= elbarto@ArcadeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The popular MESS (Multiple Emulator Super System) BROKEN= does not compile diff --git a/emulators/qmc2/Makefile b/emulators/qmc2/Makefile index a2f2987ac4a1..5816545f3745 100644 --- a/emulators/qmc2/Makefile +++ b/emulators/qmc2/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF -MAINTAINER= elbarto@ArcadeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Qt 4 based UNIX MAME/MESS frontend supporting MAME/SDLMESS RUN_DEPENDS= mame:${PORTSDIR}/emulators/mame |