1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/emulators/kcemu/Makefile
Pawel Pekala 0f820178ba KCemu is an emulator for the KC85 homecomputer series and other Z80 based
microcomputers like Z1013, LC80, Polycomputer 880 and BIC A5105.
The emulation supports a number of additional hardware,
e.g. floppy disk drives and extended graphic modules.

WWW:	http://kcemu.sourceforge.net

PR:		ports/161346
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>
2011-12-23 12:13:55 +00:00

49 lines
1.3 KiB
Makefile

# New ports collection makefile for: kcemu
# Date created: 06 October 2011
# Whom: Hardy Schumacher <hardy.schumacher@gmx.de>
#
# $FreeBSD$
#
PORTNAME= kcemu
PORTVERSION= 0.5.1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/KCemu/KCemu-${PORTVERSION}
DISTNAME= KCemu-${PORTVERSION}
MAINTAINER= hardy.schumacher@gmx.de
COMMENT= KC85 emulator
BUILD_DEPENDS= pngtopnm:${PORTSDIR}/graphics/netpbm
LIB_DEPENDS= audiofile:${PORTSDIR}/audio/libaudiofile \
avformat.1:${PORTSDIR}/multimedia/ffmpeg \
dirac_encoder.1:${PORTSDIR}/multimedia/dirac \
schroedinger-1.0:${PORTSDIR}/multimedia/schroedinger \
sndfile.1:${PORTSDIR}/audio/libsndfile \
theora:${PORTSDIR}/multimedia/libtheora \
vncserver:${PORTSDIR}/net/libvncserver \
xvidcore.4:${PORTSDIR}/multimedia/xvid \
z80ex.1:${PORTSDIR}/devel/z80ex
GNU_CONFIGURE= yes
USE_XORG= xmu
USE_GNOME= gtk20
USE_GETTEXT= yes
MAKE_JOBS_SAFE= yes
MAN1= kctape.1 kc2raw.1 kc2img.1 kc2tap.1 tdtodump.1 \
kcemu-remote.1 kcemu.1x kc2wav.1
LDFLAGS+= -L${LOCALBASE}/lib
WRKSRC= ${WRKDIR}/KCemu-${PORTVERSION}
CONFIGURE_ARGS+=--disable-libmp3lame \
--disable-libflac \
--disable-libgif
DESKTOP_ENTRIES="KCemu" "${COMMENT}" \
"${LOCALBASE}/share/KCemu/icons/kcemu-icon.png" "kcemu" \
"System;Emulator;" "true"
.include <bsd.port.mk>