1998-02-10 03:05:05 +00:00
|
|
|
# New ports collection makefile for: xmame
|
1999-09-04 20:22:36 +00:00
|
|
|
# Version required: 0.36b3.1
|
|
|
|
# Date created: 4 Sep 1999
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Donald Burr <dburr@FreeBSD.org>
|
1998-02-10 03:05:05 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1998-02-10 03:05:05 +00:00
|
|
|
#
|
|
|
|
|
1999-09-04 20:22:36 +00:00
|
|
|
DISTNAME= xmame-0.36b3.1
|
1998-02-10 03:05:05 +00:00
|
|
|
CATEGORIES= emulators
|
1999-09-04 20:22:36 +00:00
|
|
|
MASTER_SITES= http://xmame.retrogames.com/download/ \
|
|
|
|
ftp://ftp.kaupp.cx/pub/xmame/ \
|
|
|
|
ftp://ftp.bingo-ev.de/pub/software/emulator/
|
1998-02-10 03:05:05 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
1999-09-04 20:22:36 +00:00
|
|
|
MAINTAINER= dburr@FreeBSD.org
|
1998-02-10 03:05:05 +00:00
|
|
|
|
1998-09-17 00:33:02 +00:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
1998-02-10 03:05:05 +00:00
|
|
|
|
|
|
|
USE_GMAKE= YES
|
|
|
|
MAKEFILE= makefile.unix
|
|
|
|
|
|
|
|
MAN6= xmame.6
|
|
|
|
|
|
|
|
post-install:
|
1999-09-04 20:22:36 +00:00
|
|
|
${MKDIR} ${PREFIX}/lib/xmame ${PREFIX}/lib/xmame/doc ${PREFIX}/lib/xmame/hi ${PREFIX}/lib/xmame/roms
|
|
|
|
${CHMOD} 777 ${PREFIX}/lib/xmame/hi
|
|
|
|
for file in cheat.dat history.dat README.unix gamelist.txt; do ${INSTALL} -C -o root -g wheel -m 444 ${WRKSRC}/doc/$${file} ${PREFIX}/lib/xmame/$${file}; done
|
|
|
|
${INSTALL} -C -o root -g wheel -m 644 ${WRKSRC}/doc/xmamerc.dist ${PREFIX}/lib/xmame/xmamerc
|
|
|
|
for file in Changes LEEME.unix MailList.notes README.fx README.xgl TODO cheat.doc credits.unix liesmich.unix multiplayer-readme.txt readme.dos whatsnew.txt; do ${INSTALL} -C -o root -g wheel -m 444 ${WRKSRC}/doc/$${file} ${PREFIX}/lib/xmame/doc/$${file}; done
|
1998-02-10 03:05:05 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|