feab39b3c3
This includes a security fix for CVE-2016-9941 and CVE-2016-9942 * Drop files/patch-libvncclient_h264.c -- upstream has dropped h264 support * Switch from USE_OPENSSL to USES+=ssl * PORTREVISION bump in ports that link against libvncserver.so (with their default OPTIONS settings) due to change in ABI version of libvncserver.so PR: 215802 Submitted by: vlad-fbsd@acheronmedia.com MFH: 2017Q1 Security: 64be967a-d379-11e6-a071-001e67f15f5a
41 lines
1 KiB
Makefile
41 lines
1 KiB
Makefile
# Created by: Hardy Schumacher <hardy.schumacher@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kcemu
|
|
PORTVERSION= 0.5.1
|
|
PORTREVISION= 11
|
|
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>
|