freebsd-ports/emulators/kcemu/Makefile
Jan Beich 0c612c4aa3 multimedia/ffmpeg: update to 3.2.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
2016-12-11 15:22:47 +00:00

41 lines
1 KiB
Makefile

# Created by: Hardy Schumacher <hardy.schumacher@gmx.de>
# $FreeBSD$
PORTNAME= kcemu
PORTVERSION= 0.5.1
PORTREVISION= 10
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/KCemu/KCemu-${PORTVERSION}
DISTNAME= KCemu-${PORTVERSION}
MAINTAINER= hardy.schumacher@gmx.de
COMMENT= KC85 emulator
BUILD_DEPENDS= pngtopnm:graphics/netpbm
LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \
libavformat.so:multimedia/ffmpeg \
libdirac_encoder.so:multimedia/dirac \
libschroedinger-1.0.so:multimedia/schroedinger \
libsndfile.so:audio/libsndfile \
libtheora.so:multimedia/libtheora \
libvncserver.so:net/libvncserver \
libxvidcore.so:multimedia/xvid \
libz80ex.so:devel/z80ex
GNU_CONFIGURE= yes
USE_XORG= xmu
USE_GNOME= gtk20
USES= gettext ncurses pkgconfig
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>