freebsd-ports/emulators/pcem/Makefile
Stefan Eßer a03851a452 emulators/pcem: update to version 17
The repository used by this port is actively maintained and there
"dev" branch contains updates and fixes (including for builds on
aarch64).

Since the maintainer had not updated the port for more than 1 year
and it had become deprecated, I'm taking over maintainership.
2023-10-15 15:24:12 +02:00

30 lines
594 B
Makefile

PORTNAME= pcem
DISTVERSIONPREFIX= v
DISTVERSION= 17
CATEGORIES= emulators
MAINTAINER= se@freebsd.org
COMMENT= PC/PC-Compatible low-level emulator striving for accuracy
WWW= https://www.pcem-emulator.co.uk
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
ONLY_FOR_ARCHS= amd64
USES= autoreconf compiler dos2unix gl gmake localbase:ldflags openal \
pkgconfig sdl
USE_GITHUB= yes
GH_ACCOUNT= sarah-walker-pcem
USE_GL= gl
USE_SDL= sdl2
USE_WX= 3.0
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-release-build \
--with-wx-config="${WX_CONFIG}"
PLIST_FILES= bin/pcem
.include <bsd.port.mk>