diff options
author | dburr <dburr@FreeBSD.org> | 1998-07-09 14:41:01 +0000 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 1998-07-09 14:41:01 +0000 |
commit | 11ff611920cb3c0bc61755446dd84d4de5534093 (patch) | |
tree | fdbf76207242cfc8e311909fafe4301fa91479d1 /emulators | |
parent | 8b1f17845f85c23259fb940b090bb0751577a67b (diff) | |
download | FreeBSD-ports-11ff611920cb3c0bc61755446dd84d4de5534093.zip FreeBSD-ports-11ff611920cb3c0bc61755446dd84d4de5534093.tar.gz |
Upgrade xmame to version 0.33b6.1.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 15 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 2 | ||||
-rw-r--r-- | emulators/xmame/pkg-plist | 2 |
3 files changed, 9 insertions, 10 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 0a1453c..3403bfa 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,22 +1,21 @@ # New ports collection makefile for: xmame -# Version required: 0.30.1 +# Version required: 0.33b6.1 # Date created: 8 Feb 1998 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/02/10 03:05:02 jkh Exp $ +# $Id: Makefile,v 1.2 1998/05/30 12:36:12 dburr Exp $ # -DISTNAME= xmame-0.30.1_src -PKGNAME= xmame-0.30.1 +DISTNAME= xmame-0.33b6.1 CATEGORIES= emulators -MASTER_SITES= ftp://drake.dit.upm.es/pub/emulators/mame/ +MASTER_SITES= ftp://drake.dit.upm.es/xmame/ftpsite/ EXTRACT_SUFX= .tgz MAINTAINER= dburr@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -WRKSRC= ${WRKDIR}/${PKGNAME} +# WRKSRC= ${WRKDIR}/${PKGNAME} USE_GMAKE= YES MAKEFILE= makefile.unix @@ -29,9 +28,9 @@ post-install: .else @echo "==> Installing extra documentation..." ${MKDIR} ${PREFIX}/lib/mame - for DOC in CHEAT.DOC Changes MailList.notes README.unix mamelist.txt readme.txt whatsnew.txt; do ${INSTALL} -c -o bin -g bin -m 444 ${WRKSRC}/doc/$${DOC} ${PREFIX}/lib/mame/$${DOC}; done + for DOC in CHEAT.DOC Changes MailList.notes README.unix mamelist.txt readme.dos whatsnew.txt; do ${INSTALL} -c -o bin -g bin -m 444 ${WRKSRC}/doc/$${DOC} ${PREFIX}/lib/mame/$${DOC}; done .endif - (cd ${PREFIX}/lib/mame; sh ${FILESDIR}/dos2unx CHEAT.DOC Changes MailList.notes README.unix cheat.dat mamelist.txt readme.txt whatsnew.txt) + (cd ${PREFIX}/lib/mame; sh ${FILESDIR}/dos2unx CHEAT.DOC Changes MailList.notes README.unix cheat.dat mamelist.txt readme.dos whatsnew.txt) @${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index 749d861..2dd4025 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1 +1 @@ -MD5 (xmame-0.30.1_src.tgz) = 3cfea645f0edceffb3fa4ef7cffa39c1 +MD5 (xmame-0.33b6.1.tgz) = 6d0a801031f33ae5610005ed82e7e35f diff --git a/emulators/xmame/pkg-plist b/emulators/xmame/pkg-plist index e06a6ca3..0a838a9 100644 --- a/emulators/xmame/pkg-plist +++ b/emulators/xmame/pkg-plist @@ -8,7 +8,7 @@ lib/mame/cheat.dat lib/mame/conv2zip lib/mame/mamelist.txt lib/mame/mov -lib/mame/readme.txt +lib/mame/readme.dos lib/mame/whatsnew.txt man/man6/xmame.6.gz @dirrm lib/mame |