diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-09 19:59:21 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-09 19:59:21 +0000 |
commit | b2f9df5f6d21f11f02b9e20fee92192c2b77c353 (patch) | |
tree | 2a1c5a63bf94fd96939fb08c0dff81466d8d3278 /emulators/fceux | |
parent | 86066455aa5348ec791a73e85ade45288f53c0ef (diff) | |
download | ports-b2f9df5f6d21f11f02b9e20fee92192c2b77c353.tar.gz ports-b2f9df5f6d21f11f02b9e20fee92192c2b77c353.zip |
Notes
Diffstat (limited to 'emulators/fceux')
-rw-r--r-- | emulators/fceux/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile index 0cad5ef0edfa..9568683d3d3f 100644 --- a/emulators/fceux/Makefile +++ b/emulators/fceux/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fceu -# Date Created: 10 Mov 2002 -# Whom: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp> -# +# Created by: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp> # $FreeBSD$ -# PORTNAME= fceux PORTVERSION= 2.1.5 @@ -11,8 +7,8 @@ CATEGORIES= emulators MASTER_SITES= SF/fceultra/Source%20Code/2.1.5%20src/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src -MAINTAINER= davide.italiano@gmail.com -COMMENT= A portable NES/Famicom emulator based on Bero's original FCE +MAINTAINER= ports@FreeBSD.org +COMMENT= Portable NES/Famicom emulator based on Bero's original FCE USE_BZIP2= yes USE_SCONS= yes |