summaryrefslogtreecommitdiff
path: root/emulators/xmame/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xmame/Makefile')
-rw-r--r--emulators/xmame/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 0a1453c6f481..3403bfa6a50f 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>