openbsd-ports/emulators/xmame/files/Makefile.OpenBSD
naddy 37b8663486 - Update to 0.37b13.2.
- Add SDL flavor.
- Add hiscores, histories, cheats.
- Add example rc files.

Submitted by Claudio Castiglia <ccastig@softhome.net>.
2001-08-12 23:03:10 +00:00

8 lines
194 B
Makefile

# $OpenBSD: Makefile.OpenBSD,v 1.2 2001/08/12 23:03:10 naddy Exp $
all install:
@for i in mame mess; do \
${MAKE} -f makefile.unix TARGET=$$i \
XMAMEROOT=${PREFIX}/share/x$$i $@; \
done