1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/emulators/xmame/Makefile
Jordan K. Hubbard 3a20ebc07c New port of xmame version 0.30.1; also moved into its proper location
at the request of the author (who's right, this is an emulator first
and a game second ;).
PR:		5687
Submitted by:	Donald Burr <dburr@POBoxes.com>
1998-02-10 03:05:05 +00:00

38 lines
1.0 KiB
Makefile

# New ports collection makefile for: xmame
# Version required: 0.30.1
# Date created: 8 Feb 1998
# Whom: Donald Burr <dburr@POBoxes.com>
#
# $Id$
#
DISTNAME= xmame-0.30.1_src
PKGNAME= xmame-0.30.1
CATEGORIES= emulators
MASTER_SITES= ftp://drake.dit.upm.es/pub/emulators/mame/
EXTRACT_SUFX= .tgz
MAINTAINER= dburr@POBoxes.com
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/${PKGNAME}
USE_GMAKE= YES
MAKEFILE= makefile.unix
MAN6= xmame.6
post-install:
.ifdef NOPORTDOCS
@echo "==> Extra documentation WILL NOT be installed."
.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
.endif
(cd ${PREFIX}/lib/mame; sh ${FILESDIR}/dos2unx CHEAT.DOC Changes MailList.notes README.unix cheat.dat mamelist.txt readme.txt whatsnew.txt)
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>