diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-12-29 17:03:21 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-12-29 17:03:21 +0000 |
commit | 86fa3b1afc46a40cf7b274fd9d5fdb695d1603c2 (patch) | |
tree | 6bd08c31103d5220d16c9c33bf249160398f388b /emulators/stella/Makefile | |
parent | Update to 1.441 (diff) |
- Update to 2.3
- Take maintainership
Notes
Notes:
svn path=/head/; revision=180958
Diffstat (limited to 'emulators/stella/Makefile')
-rw-r--r-- | emulators/stella/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index a6661f2580e9..7d796366f8bf 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -6,14 +6,12 @@ # PORTNAME= stella -PORTVERSION= 2.2 -PORTREVISION= 1 +PORTVERSION= 2.3 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= acm@FreeBSD.org COMMENT= A multi-platform Atari 2600 VCS emulator LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png |