6fe97e0c95
pcsx is a free PlayStation(TM) emulator.
26 lines
583 B
Makefile
26 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/05/27 16:02:03 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= PcsxSrc-1.5
|
|
PKGNAME= ${DISTNAME:S/PcsxSrc/pcsx/}
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://www.pcsx.net/downloads/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= xtraeme@NetBSD.org
|
|
HOMEPAGE= http://www.pcsx.net/
|
|
COMMENT= Free Playstation(TM) emulator
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_X11= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/Linux
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pcsx ${PREFIX}/bin
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|