pkgsrc/emulators/ucon64/Makefile
tv 09d6fdface ucon64-2.0.0, an emulation ROM image manipulation tool. From DESCR:
=====
uCON64 - THE tool for all your video game console concerns.

- Support for 14+ different cartridge and disc-based video game console system
- Support for ALL common patch file formats like: IPS *), APS, BSL, PPF and
  Game Genie
  *) with RLE compression
- Support for 10+ different backup units to backup/restore ROM(s), disc(s) and
  SRAM(s) like: Flash Advance Linker, Flash 2 Advance, Doctor V64 (Junior),
  Super Wild Card, Game Doctor, Dexdrive, Super Magic Drive, Game Boy Xchanger
  Mad Catz Camera Link, Lynxit, MD-PRO, SMS-PRO, PCE-PRO, GG-PRO, Super Flash
  and your CD-writer.

  Including:
  *VERY* verbose ROM information for ALL systems, detection of bad dumps using
  internal checksums or DAT files, CRC32 calculation, ROM comparison,
  modification (strip, pad, etc...), SRAM conversion (emulator <-> backup
  unit), DiscJuggler and Nero image conversions, complete gzip and zip support
  for all file-related funtions, etc...
2005-07-26 04:12:22 +00:00

34 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/07/26 04:12:22 tv Exp $
#
DISTNAME= ucon64-2.0.0-src
PKGNAME= ${DISTNAME:S/-src//}
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ucon64/}
MAINTAINER= tv@duh.org
HOMEPAGE= http://ucon64.sourceforge.net/
COMMENT= Emulator ROM and disk image converter and inspector
WRKSRC= ${WRKDIR}/${DISTNAME}/src
CONFIGURE_ARGS+= --disable-discmage # requires some work
CONFIGURE_ARGS+= --disable-dload
CPPFLAGS+= -D__unix__
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ucon64 ${PREFIX}/bin/
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ucon64
${INSTALL_DATA} ${WRKSRC}/[a-z]*.txt ${PREFIX}/share/examples/ucon64/
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ucon64 \
${PREFIX}/share/doc/ucon64/images
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/*.html \
${PREFIX}/share/doc/ucon64/
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/images/* \
${PREFIX}/share/doc/ucon64/images/
.include "options.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"